Skip to content

Commit 3b45f14

Browse files
author
Github Actions
committed
[docgen] CI: autogenerate vimdoc
skip-checks: true
1 parent fca303e commit 3b45f14

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/fzf-lua.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*fzf-lua.txt* For Neovim >= 0.9.0 Last change: 2025 July 17
1+
*fzf-lua.txt* For Neovim >= 0.9.0 Last change: 2025 July 21
22

33
==============================================================================
44
Table of Contents *fzf-lua-table-of-contents*
@@ -1207,6 +1207,7 @@ CUSTOMIZATION *fzf-lua-customization*
12071207
symbols = {
12081208
-- lsp_query = "foo" -- query passed to the LSP directly
12091209
-- query = "bar" -- query passed to fzf prompt for fuzzy matching
1210+
locate = false, -- attempt to position cursor at current symbol
12101211
async_or_timeout = true, -- symbols are async by default
12111212
symbol_style = 1, -- style for document/workspace symbols
12121213
-- false: disable, 1: icon+kind

0 commit comments

Comments
 (0)