diff --git a/docs/configuration/recipes.md b/docs/configuration/recipes.md index 80cceca794..869f560bf3 100644 --- a/docs/configuration/recipes.md +++ b/docs/configuration/recipes.md @@ -102,6 +102,19 @@ Use `` for completion and snippets (supertab). }, } ``` +And, optionally, make the fzf-lua file picker transparent as well: +```lua +{ + "ibhagwan/fzf-lua", + opts = { + fzf_colors = { + true, + bg = "-1", + gutter = "-1", + }, + }, +} +``` ## Fix clangd offset encoding