We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca303e commit 3b45f14Copy full SHA for 3b45f14
1 file changed
doc/fzf-lua.txt
@@ -1,4 +1,4 @@
1
-*fzf-lua.txt* For Neovim >= 0.9.0 Last change: 2025 July 17
+*fzf-lua.txt* For Neovim >= 0.9.0 Last change: 2025 July 21
2
3
==============================================================================
4
Table of Contents *fzf-lua-table-of-contents*
@@ -1207,6 +1207,7 @@ CUSTOMIZATION *fzf-lua-customization*
1207
symbols = {
1208
-- lsp_query = "foo" -- query passed to the LSP directly
1209
-- query = "bar" -- query passed to fzf prompt for fuzzy matching
1210
+ locate = false, -- attempt to position cursor at current symbol
1211
async_or_timeout = true, -- symbols are async by default
1212
symbol_style = 1, -- style for document/workspace symbols
1213
-- false: disable, 1: icon+kind
0 commit comments