1 parent 57b6773 commit 42f38ffCopy full SHA for 42f38ff
1 file changed
doc/fff.nvim.txt
@@ -1,5 +1,5 @@
1
*fff.nvim.txt*
2
- For Neovim >= 0.10.0 Last change: 2026 July 15
+ For Neovim >= 0.10.0 Last change: 2026 July 16
3
4
==============================================================================
5
Table of Contents *fff.nvim-table-of-contents*
@@ -255,6 +255,9 @@ Defaults are sensible. Override only what you care about.
255
git = {
256
status_text_color = false, -- true to color filenames by git status
257
},
258
+ file_picker = {
259
+ fuzzy_query_highlighting = false, -- true to highlight fuzzy query matches in file picker results
260
+ },
261
select = {
262
-- Return winid to open the chosen file in, or nil to open in the original window
263
select_window = function(current_buf, action) --[[ default impl ]] end,
0 commit comments