fix(nvim-tree): add back indent marker hl override
This commit is contained in:
@@ -48,6 +48,7 @@ local highlights = {
|
|||||||
DiffChange = { bg = "#15304a" },
|
DiffChange = { bg = "#15304a" },
|
||||||
DiffDelete = { bg = "#311c1e" },
|
DiffDelete = { bg = "#311c1e" },
|
||||||
Changed = { fg = c.yellow },
|
Changed = { fg = c.yellow },
|
||||||
|
NvimTreeIndentMarker = { fg = c.bg3 },
|
||||||
}
|
}
|
||||||
for kind, color in pairs(completion_kind_colors) do
|
for kind, color in pairs(completion_kind_colors) do
|
||||||
highlights["LspKind" .. kind] = { fg = color }
|
highlights["LspKind" .. kind] = { fg = color }
|
||||||
|
|||||||
Reference in New Issue
Block a user