fix: underline lsp diagnostics
This commit is contained in:
parent
3bb4ddce87
commit
0323c96799
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user