Updated scripts

This commit is contained in:
2025-05-17 11:45:59 +02:00
parent b9e9603383
commit c7155eb5b5
4 changed files with 50 additions and 8 deletions

View File

@@ -336,7 +336,31 @@ require("lazy").setup({
{
"ibhagwan/fzf-lua",
dependencies = { "echasnovski/mini.icons" },
opts = { "fzf-tmux" },
opts = {
"fzf-tmux",
fzf_colors = {
true, -- inherit fzf colors that aren't specified below from
-- the auto-generated theme similar to `fzf_colors=true`
["fg"] = { "fg", "CursorLine" },
["bg"] = { "bg", "Black" },
["hl"] = { "fg", "Comment" },
["fg+"] = { "fg", "Normal", "underline" },
["bg+"] = { "bg", { "CursorLine", "Normal" } },
["hl+"] = { "fg", "Statement" },
["info"] = { "fg", "PreProc" },
["prompt"] = { "fg", "Conditional" },
["pointer"] = { "fg", "Exception" },
["marker"] = { "fg", "Keyword" },
["spinner"] = { "fg", "Label" },
["header"] = { "fg", "Comment" },
["gutter"] = "-1",
},
files = {
git_icons = true, -- show git icons?
file_icons = true, -- show file icons (true|"devicons"|"mini")?
color_icons = true, -- colorize file|git icons
},
},
},
-- GUI ------------------------------------------------------