fix(#2516): diagnostics icon highlight group matches the documentation: NvimTreeLspDiagnosticsInfo -> Information (#2518)

This commit is contained in:
Alexander Courtis 2023-11-19 15:31:52 +11:00 committed by GitHub
parent 8f9169a059
commit 46e1f776f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,