mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix(lspsaga): add missing diagnostc groups
This commit is contained in:
parent
e95efe6119
commit
2438a96b8f
1 changed files with 2 additions and 0 deletions
|
|
@ -176,7 +176,9 @@ local theme = {
|
|||
|
||||
DiagnosticHint = { fg = config.colors.hint },
|
||||
DiagnosticInfo = { fg = config.colors.info },
|
||||
DiagnosticInformation = { link = "DiagnosticInfo" },
|
||||
DiagnosticWarn = { fg = config.colors.warn },
|
||||
DiagnosticWarning = { link = "DiagnosticWarn" },
|
||||
DiagnosticError = { fg = config.colors.error },
|
||||
DiagnosticDefaultHint = { fg = config.colors.hint },
|
||||
DiagnosticDefaultInfo = { fg = config.colors.info },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue