enc: fix nvim-tree error exploler

This commit is contained in:
Pojok Code 2024-10-11 21:02:53 +07:00
parent ab014bb8b5
commit 0ee6631931
10 changed files with 444 additions and 47 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,