File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -252,10 +252,10 @@ local defaults = {
252252 DiagnosticError = { fg = colors .red },
253253 DiagnosticHint = { fg = colors .light_gray },
254254 DiagnosticInfo = { fg = colors .white },
255- DiagnosticUnderlineError = { sp = colors .red , underline = true },
256- DiagnosticUnderlineHint = { sp = colors .light_gray , underline = true },
257- DiagnosticUnderlineInfo = { sp = colors .green , underline = true },
258- DiagnosticUnderlineWarn = { sp = colors .yellow , underline = true },
255+ DiagnosticUnderlineError = { sp = colors .red , undercurl = true },
256+ DiagnosticUnderlineHint = { sp = colors .light_gray , undercurl = true },
257+ DiagnosticUnderlineInfo = { sp = colors .green , undercurl = true },
258+ DiagnosticUnderlineWarn = { sp = colors .yellow , undercurl = true },
259259 DiagnosticWarn = { fg = colors .yellow },
260260
261261 -- lsp document highlight
You can’t perform that action at this time.
0 commit comments