From 0fa14d474fb993dd509a214dfd282db1ea0c621e Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Fri, 14 Oct 2022 02:36:11 +0200 Subject: Revert some attempts --- lua/no-clown-fiesta/highlight-group/lsp.lua | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/lua/no-clown-fiesta/highlight-group/lsp.lua b/lua/no-clown-fiesta/highlight-group/lsp.lua index c6ff57b..ef07a68 100644 --- a/lua/no-clown-fiesta/highlight-group/lsp.lua +++ b/lua/no-clown-fiesta/highlight-group/lsp.lua @@ -33,24 +33,18 @@ function M.highlight(palette) LspDiagnosticsInfo = { fg = palette.info_yellow }, LspDiagnosticsHint = { fg = palette.hint_blue }, LspDiagnosticsUnderlineError = { - fg = "NONE", - bg = "NONE", - sp = palette.error_red, style = "undercurl", }, - LspDiagnosticsUnderlineWarning = { sp = nil, bg = "NONE", style = "NONE" }, - LspDiagnosticsUnderlineInformation = { sp = nil, bg = "NONE", style = "NONE" }, - LspDiagnosticsUnderlineInfo = { sp = nil, bg = "NONE", style = "NONE" }, - LspDiagnosticsUnderlineHint = { fg = "NONE", bg = "NONE", style = "NONE" }, + LspDiagnosticsUnderlineWarning = { style = "NONE" }, + LspDiagnosticsUnderlineInformation = { style = "NONE" }, + LspDiagnosticsUnderlineInfo = { style = "NONE" }, + LspDiagnosticsUnderlineHint = { style = "NONE" }, DiagnosticsUnderlineError = { - fg = "NONE", - bg = "NONE", - sp = palette.error_red, style = "underline", }, - DiagnosticsUnderlineWarn = { fg = "NONE", bg = "NONE", style = "NONE" }, - DiagnosticsUnderlineInfo = { sp = nil, bg = "NONE", style = "NONE" }, - DiagnosticsUnderlineHint = { fg = "NONE", bg = "NONE", style = "NONE" }, + DiagnosticsUnderlineWarn = { style = "NONE" }, + DiagnosticsUnderlineInfo = { style = "NONE" }, + DiagnosticsUnderlineHint = { style = "NONE" }, LspReferenceRead = { bg = "#36383F" }, LspReferenceText = { bg = "#36383F" }, LspReferenceWrite = { bg = "#36383f" }, -- cgit v1.2.3-70-g09d2