fix: underline lsp diagnostics

This commit is contained in:
fiplox 2023-07-02 13:43:21 +02:00
parent 3bb4ddce87
commit 0323c96799
1 changed files with 2 additions and 2 deletions

View File

@ -354,7 +354,7 @@ M.setup = function()
-- Virtual text "Error"
LspDiagnosticsVirtualTextError = { fg = c.red1 },
-- used to underline "Error" diagnostics.
LspDiagnosticsUnderlineError = {},
LspDiagnosticsUnderlineError = { underline = config.underline },
-- used for "Warning" diagnostic signs in sign column
LspDiagnosticsDefaultWarning = { fg = c.red_1 },
-- used for "Warning" diagnostic signs in sign column
@ -364,7 +364,7 @@ M.setup = function()
-- Virtual text "Warning"
LspDiagnosticsVirtualTextWarning = { fg = c.red_1 },
-- used to underline "Warning" diagnostics.
LspDiagnosticsUnderlineWarning = {},
LspDiagnosticsUnderlineWarning = { underline = config.underline },
-- used for "Information" diagnostic virtual text
LspDiagnosticsDefaultInformation = { fg = c.yellow },
-- used for "Information" diagnostic signs in sign column