From 68f6d4f0c62b662f8946933e986db1b16d9ba232 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Fri, 14 Oct 2022 02:18:09 +0200 Subject: Remove sp --- lua/no-clown-fiesta/highlight-group/lsp.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lua/no-clown-fiesta/highlight-group') diff --git a/lua/no-clown-fiesta/highlight-group/lsp.lua b/lua/no-clown-fiesta/highlight-group/lsp.lua index a9944e5..3ec773d 100644 --- a/lua/no-clown-fiesta/highlight-group/lsp.lua +++ b/lua/no-clown-fiesta/highlight-group/lsp.lua @@ -32,11 +32,11 @@ function M.highlight(palette) LspDiagnosticsInformation = { fg = palette.info_yellow }, LspDiagnosticsInfo = { fg = palette.info_yellow }, LspDiagnosticsHint = { fg = palette.h }, - LspDiagnosticsUnderlineError = { fg = palette.error_red, style = "underline" }, - LspDiagnosticsUnderlineWarning = { fg = palette.bg, style = "underline" }, - LspDiagnosticsUnderlineInformation = { fg = palette.bg, style = "underline" }, - LspDiagnosticsUnderlineInfo = { fg = palette.bg, style = "underline" }, - LspDiagnosticsUnderlineHint = { fg = palette.bg, style = "underline" }, + LspDiagnosticsUnderlineError = { style = "underline" }, + LspDiagnosticsUnderlineWarning = { style = "NONE" }, + LspDiagnosticsUnderlineInformation = { style = "NONE" }, + LspDiagnosticsUnderlineInfo = { style = "NONE" }, + LspDiagnosticsUnderlineHint = { style = "NONE" }, LspReferenceRead = { bg = "#36383F" }, LspReferenceText = { bg = "#36383F" }, LspReferenceWrite = { bg = "#36383f" }, -- cgit v1.2.3-70-g09d2