mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-27 11:18:53 +02:00
update config
This commit is contained in:
parent
9a2cbed5a8
commit
3563dd28e9
8 changed files with 185 additions and 11 deletions
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
|
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue