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