From 4d2e3a9b96e5dd91d518e9a13d3f533944c402d2 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 15 Oct 2022 00:43:20 +0200 Subject: Fix underline diagnostic name typo --- lua/no-clown-fiesta/highlight-group/lsp.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lua/no-clown-fiesta') diff --git a/lua/no-clown-fiesta/highlight-group/lsp.lua b/lua/no-clown-fiesta/highlight-group/lsp.lua index 825c041..9f1e263 100644 --- a/lua/no-clown-fiesta/highlight-group/lsp.lua +++ b/lua/no-clown-fiesta/highlight-group/lsp.lua @@ -46,13 +46,13 @@ function M.highlight(palette) }, LspDiagnosticsUnderlineInfo = { sp = palette.hint_blue, style = "undercurl" }, LspDiagnosticsUnderlineHint = { sp = palette.hint_blue, style = "undercurl" }, - DiagnosticsUnderlineError = { + DiagnosticUnderlineError = { sp = palette.error_red, style = "underline", }, - DiagnosticsUnderlineWarn = { sp = palette.warning_orange, style = "undercurl" }, - DiagnosticsUnderlineInfo = { sp = palette.hint_blue, style = "undercurl" }, - DiagnosticsUnderlineHint = { sp = palette.hint_blue, style = "undercurl" }, + DiagnosticUnderlineWarn = { sp = palette.warning_orange, style = "undercurl" }, + DiagnosticUnderlineInfo = { sp = palette.hint_blue, style = "undercurl" }, + DiagnosticUnderlineHint = { sp = palette.hint_blue, style = "undercurl" }, LspReferenceRead = { bg = "#36383F" }, LspReferenceText = { bg = "#36383F" }, LspReferenceWrite = { bg = "#36383f" }, -- cgit v1.2.3-70-g09d2