enc: fix nvim-tree exploler error

This commit is contained in:
Pojok Code 2024-10-11 21:00:37 +07:00
parent 2ce30970f6
commit 30ba4f5233
9 changed files with 414 additions and 11 deletions

View file

@ -177,6 +177,10 @@ return {
fg = { attribute = "fg", highlight = "LspDiagnosticsDefaultHint" },
bg = { attribute = "bg", highlight = "Normal" },
},
indicator_visible = {
fg = { attribute = "fg", highlight = "LspDiagnosticsDefaultHint" },
bg = { attribute = "bg", highlight = "Normal" },
},
},
})
end,