From e597e1db245ea674c69357b57f9f402993aa4d60 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Fri, 14 Oct 2022 02:24:38 +0200 Subject: Add diagnostic underline groups --- lua/no-clown-fiesta/highlight-group/lsp.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/no-clown-fiesta/highlight-group/lsp.lua b/lua/no-clown-fiesta/highlight-group/lsp.lua index 631191c..2aefcca 100644 --- a/lua/no-clown-fiesta/highlight-group/lsp.lua +++ b/lua/no-clown-fiesta/highlight-group/lsp.lua @@ -37,6 +37,10 @@ function M.highlight(palette) LspDiagnosticsUnderlineInformation = { style = "NONE" }, LspDiagnosticsUnderlineInfo = { style = "NONE" }, LspDiagnosticsUnderlineHint = { style = "NONE" }, + DiagnosticsUnderlineError = { sp = palette.error_red, style = "underline" }, + DiagnosticsUnderlineWarn = { style = "NONE" }, + DiagnosticsUnderlineInfo = { style = "NONE" }, + DiagnosticsUnderlineHint = { style = "NONE" }, LspReferenceRead = { bg = "#36383F" }, LspReferenceText = { bg = "#36383F" }, LspReferenceWrite = { bg = "#36383f" }, -- cgit v1.2.3-70-g09d2