From 28d46124c5c64d12915bfe0ef563f6eaf989992b Mon Sep 17 00:00:00 2001 From: gustav-fff <66k7bxj9m6@privaterelay.appleid.com> Date: Thu, 16 Jul 2026 05:08:02 +0000 Subject: [PATCH] chore: regenerate Neovim vimdoc Co-authored-by: Dmitriy Kovalenko --- doc/fff.nvim.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/fff.nvim.txt b/doc/fff.nvim.txt index 29473b8b..a8dcd0b6 100644 --- a/doc/fff.nvim.txt +++ b/doc/fff.nvim.txt @@ -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* @@ -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,