diff options
| -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 5a63b36..8ec45e5 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.red, style = "undercurl" }, +    SpellBad = { sp = palette.red, style = "underline" },      SpellCap = { fg = palette.yellow, style = "underline" },      SpellLocal = { fg = palette.green, style = "underline" },      SpellRare = { fg = palette.purple, style = "underline" },  |