summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-13 01:14:42 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-13 01:14:42 +0200
commitdb236d368ead3f0d850cc8de4fd0e642afa67436 (patch)
treed6415d5002fbf25cf087890325bb2e41347357b6
parent0b14854b8c0912cf2702e7746e08eb84b0414ae1 (diff)
Remove style for spellbad
-rw-r--r--lua/no-clown-fiesta/highlights.lua2
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..16db2b4 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 },
SpellCap = { fg = palette.yellow, style = "underline" },
SpellLocal = { fg = palette.green, style = "underline" },
SpellRare = { fg = palette.purple, style = "underline" },