diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-13 01:06:27 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-13 01:06:27 +0200 |
commit | b442438ac7c12d830354f27439b8dd072dc36bc9 (patch) | |
tree | 067b631e80541d8d505ab2734f478a78874f5e17 /lua | |
parent | 346db4e9795beb76b702d16d33e102478efefd18 (diff) |
Add undercurl support again
Diffstat (limited to 'lua')
-rw-r--r-- | lua/no-clown-fiesta/highlights.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/highlights.lua b/lua/no-clown-fiesta/highlights.lua index 43ec84d..68ed3f9 100644 --- a/lua/no-clown-fiesta/highlights.lua +++ b/lua/no-clown-fiesta/highlights.lua @@ -7,7 +7,7 @@ function M.highlight(palette, opts) MsgArea = { fg = palette.fg, bg = palette.bg }, ModeMsg = { fg = palette.fg, bg = palette.bg }, MsgSeparator = { fg = palette.fg, bg = palette.bg }, - SpellBad = { sp = palette.error_red, style = "underline" }, + SpellBad = { sp = palette.error_red, undercurl = true }, SpellCap = { fg = palette.yellow, style = "underline" }, SpellLocal = { fg = palette.green, style = "underline" }, SpellRare = { fg = palette.purple, style = "underline" }, |