summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-15 00:50:31 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-15 00:50:31 +0200
commitc23306b3e56cfc7be62c77f0b7eb8190f76019b5 (patch)
treea10c5aeead3c59b76842988e8a1ff037826c93c9
parent158714f59da169fa3edd0951270cb24767604eef (diff)
Remove lsp underline groups
-rw-r--r--lua/no-clown-fiesta/highlight-group/lsp.lua15
1 files changed, 0 insertions, 15 deletions
diff --git a/lua/no-clown-fiesta/highlight-group/lsp.lua b/lua/no-clown-fiesta/highlight-group/lsp.lua
index ab880b9..4f190a2 100644
--- a/lua/no-clown-fiesta/highlight-group/lsp.lua
+++ b/lua/no-clown-fiesta/highlight-group/lsp.lua
@@ -32,21 +32,6 @@ function M.highlight(palette)
LspDiagnosticsInformation = { fg = palette.info_yellow },
LspDiagnosticsInfo = { fg = palette.info_yellow },
LspDiagnosticsHint = { fg = palette.hint_blue },
- LspDiagnosticsUnderlineError = {
- link = "DiagnosticUnderlineError",
- },
- LspDiagnosticsUnderlineWarning = {
- link = "DiagnosticUnderlineWarn",
- },
- LspDiagnosticsUnderlineInformation = {
- link = "DiagnosticUnderlineInfo",
- },
- LspDiagnosticsUnderlineInfo = {
- link = "DiagnosticUnderlineInfo",
- },
- LspDiagnosticsUnderlineHint = {
- link = "DiagnosticUnderlineHint",
- },
DiagnosticUnderlineError = {
sp = palette.error_red,
style = "undercurl",