Use undercurls and change the colour of mispelled words (red for wrong spelling and yellow for bad capitalization)

This commit is contained in:
Kevin MacMartin 2024-03-19 21:11:35 -04:00
parent b28082ef68
commit 7c12646789

View file

@ -49,8 +49,8 @@ endfun
"SYNTAX COLORS:
"SPELL CHECKING UNDERLINE: {{{
call s:C("SpellBad","","","italic,underline")
call s:C("SpellCap","","","italic,underline")
call s:C("SpellBad",g:cRed,"","italic,undercurl")
call s:C("SpellCap",g:cYellow,"","italic,undercurl")
call s:C("SpellRare","","","")
call s:C("SpellLocal","","","")
"}}}