Skip to content

Commit 46e1f77

Browse files
authored
fix(#2516): diagnostics icon highlight group matches the documentation: NvimTreeLspDiagnosticsInfo -> Information (#2518)
1 parent 8f9169a commit 46e1f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/renderer/components/diagnostics.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function M.setup(opts)
7272
}
7373
M.ICON[vim.diagnostic.severity.INFO] = {
7474
str = M.config.diagnostics.icons.info,
75-
hl = { "NvimTreeLspDiagnosticsInfo" },
75+
hl = { "NvimTreeLspDiagnosticsInformation" },
7676
}
7777
M.ICON[vim.diagnostic.severity.HINT] = {
7878
str = M.config.diagnostics.icons.hint,

0 commit comments

Comments
 (0)