update config

This commit is contained in:
asep komarudin 2024-03-15 23:10:04 +07:00
parent 9a2cbed5a8
commit 3563dd28e9
8 changed files with 185 additions and 11 deletions

View file

@ -105,12 +105,12 @@ return {
-- remove border window from cmp
completion = {
border = { "", "", "", "", "", "", "", "" },
winhighlight = "Normal:bg,FloatBorder:bg,CursorLine:PmenuSel,Search:None",
winhighlight = "Normal:bg,FloatBorder:BorderBG,CursorLine:PmenuSel,Search:None",
scrollbar = true,
},
documentation = {
border = { "", "", "", "", "", "", "", "" },
winhighlight = "Normal:bg,FloatBorder:bg,CursorLine:PmenuSel,Search:None",
winhighlight = "Normal:bg,FloatBorder:BorderBG,CursorLine:PmenuSel,Search:None",
scrollbar = true,
},
},

View file

@ -366,6 +366,7 @@ return {
variables = "none",
},
highlights = {
-- BorderBG = { fg = "#333842" }, -- untuk custom brder color cmp
-- overide indent line fill color
NvimTreeNormal = { fg = "$fg", bg = "$bg0" },
NvimTreeIndentMarker = { fg = "#3E4450" },