add: update config

This commit is contained in:
asep.komarudin 2024-05-20 08:12:43 +07:00
parent 88a59af55b
commit 111556ef39
5 changed files with 19 additions and 513 deletions

View file

@ -336,7 +336,7 @@ return {
"nvim-navic",
"nvim-tree",
"nvim-web-devicons",
-- "rainbow-delimiters",
"rainbow-delimiters",
-- "sneak",
"telescope",
-- "trouble",
@ -347,6 +347,7 @@ return {
BufferLineFill = { bg = colors.bg },
StatusLine = { fg = "#f8f8f2", bg = colors.bg },
StatusLineTerm = { fg = "#f8f8f2", bg = colors.bg },
WinBarNC = { fg = colors.fg, bg = colors.bg },
},
})
end,
@ -467,6 +468,7 @@ return {
-- UfoPreviewNormal = { fg = "#373d48", bg = "$bg0" },
-- UfoPreviewBorder = { fg = "#373d48", bg = "$bg0" },
-- UfoPreviewCursorLine = { fg = "#373d48", bg = "$bg0" },
WinBarNC = { fg = "$fg", bg = "NONE" },
},
transparent = transparent,
lualine = {