diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-13 00:34:06 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-13 00:34:06 +0200 |
commit | 346db4e9795beb76b702d16d33e102478efefd18 (patch) | |
tree | 06f47c8d3129d5bf8accaf224ee0d467ff337770 /lua/no-clown-fiesta | |
parent | 0285d0668c7963c69c92cb315cccfd9657f9893a (diff) |
Remove undercurl support
Diffstat (limited to 'lua/no-clown-fiesta')
-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 68ed3f9..43ec84d 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, undercurl = true }, + SpellBad = { sp = palette.error_red, style = "underline" }, SpellCap = { fg = palette.yellow, style = "underline" }, SpellLocal = { fg = palette.green, style = "underline" }, SpellRare = { fg = palette.purple, style = "underline" }, |