fix(#2516): diagnostics icon highlight group matches the documentation: NvimTreeLspDiagnosticsInfo -> Information (#2518)
This commit is contained in:
parent
8f9169a059
commit
46e1f776f0
@ -72,7 +72,7 @@ function M.setup(opts)
|
||||
}
|
||||
M.ICON[vim.diagnostic.severity.INFO] = {
|
||||
str = M.config.diagnostics.icons.info,
|
||||
hl = { "NvimTreeLspDiagnosticsInfo" },
|
||||
hl = { "NvimTreeLspDiagnosticsInformation" },
|
||||
}
|
||||
M.ICON[vim.diagnostic.severity.HINT] = {
|
||||
str = M.config.diagnostics.icons.hint,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user