File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1- *fzf-lua-opts.txt* For Neovim >= 0.8 .0 Last change: 2026 January 17
1+ *fzf-lua-opts.txt* For Neovim >= 0.9 .0 Last change: 2026 January 17
22
33==============================================================================
44Table of Contents *fzf-lua-opts-table-of-contents*
Original file line number Diff line number Diff line change 1- *fzf-lua.txt* For Neovim >= 0.9.0 Last change: 2026 January 11
1+ *fzf-lua.txt* For Neovim >= 0.9.0 Last change: 2026 January 17
22
33==============================================================================
44Table of Contents *fzf-lua-table-of-contents*
@@ -1026,8 +1026,6 @@ CUSTOMIZATION *fzf-lua-customization*
10261026 -- uncomment to enable '.gitignore' toggle for grep
10271027 -- ["ctrl-r"] = { actions.toggle_ignore }
10281028 },
1029- no_header = false, -- hide grep|cwd header?
1030- no_header_i = false, -- hide interactive header?
10311029 },
10321030 args = {
10331031 prompt = 'Args❯ ',
@@ -1116,8 +1114,6 @@ CUSTOMIZATION *fzf-lua-customization*
11161114 -- this action toggles between 'grep' and 'live_grep'
11171115 ["ctrl-g"] = { actions.grep_lgrep }
11181116 },
1119- no_header = false, -- hide grep|cwd header?
1120- no_header_i = false, -- hide interactive header?
11211117 },
11221118 btags = {
11231119 prompt = 'BTags❯ ',
You can’t perform that action at this time.
0 commit comments