diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-13 01:16:32 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-13 01:16:32 +0200 |
commit | eea1685f6507427e613cc2eaa2da6ba3a1a8c2e3 (patch) | |
tree | 1e29730ddc61a4b2c05b4ce1c638aa9750fc308d /lua/no-clown-fiesta/highlights.lua | |
parent | db236d368ead3f0d850cc8de4fd0e642afa67436 (diff) |
Revert "Remove style for spellbad"
This reverts commit db236d368ead3f0d850cc8de4fd0e642afa67436.
Diffstat (limited to 'lua/no-clown-fiesta/highlights.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 16db2b4..5a63b36 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 }, + SpellBad = { sp = palette.red, style = "undercurl" }, SpellCap = { fg = palette.yellow, style = "underline" }, SpellLocal = { fg = palette.green, style = "underline" }, SpellRare = { fg = palette.purple, style = "underline" }, |