Skip to content

Commit d39620b

Browse files
author
Github Actions
committed
[docgen] CI: autogenerate vimdoc
skip-checks: true
1 parent 69c55bf commit d39620b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

doc/fzf-lua.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*fzf-lua.txt* For Neovim >= 0.9.0 Last change: 2025 September 02
1+
*fzf-lua.txt* For Neovim >= 0.9.0 Last change: 2025 September 14
22

33
==============================================================================
44
Table of Contents *fzf-lua-table-of-contents*
@@ -1322,7 +1322,8 @@ CUSTOMIZATION *fzf-lua-customization*
13221322
},
13231323
zoxide = {
13241324
cmd = "zoxide query --list --score",
1325-
git_root = false, -- auto-detect git root
1325+
scope = "global", -- cd action scope "local|win|tab"
1326+
git_root = false, -- auto-detect git root
13261327
formatter = "path.dirname_first",
13271328
fzf_opts = {
13281329
["--no-multi"] = true,

0 commit comments

Comments
 (0)