Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion doc/fff.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*fff.nvim.txt*
For Neovim >= 0.10.0 Last change: 2026 July 15
For Neovim >= 0.10.0 Last change: 2026 July 16

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