summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-14 02:08:32 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-14 02:08:32 +0200
commitd8ab9cacdd13db48a905b650191c5c09bc375964 (patch)
tree5cc9a07f9a72457723200b2d9aa6e0a85a34c88d
parente238c0588644e82a130ae16b2516ebe96b86e256 (diff)
Set style to underline
-rw-r--r--lua/no-clown-fiesta/highlight-group/lsp.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/lua/no-clown-fiesta/highlight-group/lsp.lua b/lua/no-clown-fiesta/highlight-group/lsp.lua
index fea0bc3..a9c82cd 100644
--- a/lua/no-clown-fiesta/highlight-group/lsp.lua
+++ b/lua/no-clown-fiesta/highlight-group/lsp.lua
@@ -33,10 +33,10 @@ function M.highlight(palette)
LspDiagnosticsInfo = { fg = palette.info_yellow },
LspDiagnosticsHint = { fg = palette.h },
LspDiagnosticsUnderlineError = { sp = palette.error_red, style = "underline" },
- LspDiagnosticsUnderlineWarning = { sp = palette.warning_orange, style = "NONE" },
- LspDiagnosticsUnderlineInformation = { sp = palette.info_yellow, style = "NONE" },
- LspDiagnosticsUnderlineInfo = { sp = palette.info_yellow, style = "NONE" },
- LspDiagnosticsUnderlineHint = { sp = palette.hint_blue, style = "NONE" },
+ LspDiagnosticsUnderlineWarning = { sp = nil, style = "underline" },
+ LspDiagnosticsUnderlineInformation = { sp = nil, style = "underline" },
+ LspDiagnosticsUnderlineInfo = { sp = nil, style = "underline" },
+ LspDiagnosticsUnderlineHint = { sp = nil, style = "underline" },
LspReferenceRead = { bg = "#36383F" },
LspReferenceText = { bg = "#36383F" },
LspReferenceWrite = { bg = "#36383f" },