Skip to content

Commit 42f38ff

Browse files
chore: regenerate Neovim vimdoc (#683)
Co-authored-by: Dmitriy Kovalenko <dmtr.kovalenko@outlook.com>
1 parent 57b6773 commit 42f38ff

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

doc/fff.nvim.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
*fff.nvim.txt*
2-
For Neovim >= 0.10.0 Last change: 2026 July 15
2+
For Neovim >= 0.10.0 Last change: 2026 July 16
33

44
==============================================================================
55
Table of Contents *fff.nvim-table-of-contents*
@@ -255,6 +255,9 @@ Defaults are sensible. Override only what you care about.
255255
git = {
256256
status_text_color = false, -- true to color filenames by git status
257257
},
258+
file_picker = {
259+
fuzzy_query_highlighting = false, -- true to highlight fuzzy query matches in file picker results
260+
},
258261
select = {
259262
-- Return winid to open the chosen file in, or nil to open in the original window
260263
select_window = function(current_buf, action) --[[ default impl ]] end,

0 commit comments

Comments
 (0)