Updated scripts
This commit is contained in:
@@ -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 ------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user