From 30c1a5a38a932d2ac200d985ff7132644159ad1c Mon Sep 17 00:00:00 2001 From: Pete Kazmier Date: Sun, 29 Dec 2024 12:20:27 -0500 Subject: [PATCH] docs: add fzf-lua guidance in the tokyonight transparency recipe With the change to fzf-lua, provide instructions on how to make the fzf-lua file picker transparent as well. --- docs/configuration/recipes.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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