fix(nvim-tree): add back indent marker hl override

This commit is contained in:
2026-05-06 23:53:40 +02:00
parent 863eec6a7c
commit 7083584628
+1
View File
@@ -48,6 +48,7 @@ local highlights = {
DiffChange = { bg = "#15304a" },
DiffDelete = { bg = "#311c1e" },
Changed = { fg = c.yellow },
NvimTreeIndentMarker = { fg = c.bg3 },
}
for kind, color in pairs(completion_kind_colors) do
highlights["LspKind" .. kind] = { fg = color }