We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9169a commit 46e1f77Copy full SHA for 46e1f77
lua/nvim-tree/renderer/components/diagnostics.lua
@@ -72,7 +72,7 @@ function M.setup(opts)
72
}
73
M.ICON[vim.diagnostic.severity.INFO] = {
74
str = M.config.diagnostics.icons.info,
75
- hl = { "NvimTreeLspDiagnosticsInfo" },
+ hl = { "NvimTreeLspDiagnosticsInformation" },
76
77
M.ICON[vim.diagnostic.severity.HINT] = {
78
str = M.config.diagnostics.icons.hint,
0 commit comments