mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-22 03:34:10 -05:00
Use undercurls and change the colour of mispelled words (red for wrong spelling and yellow for bad capitalization)
This commit is contained in:
parent
b28082ef68
commit
7c12646789
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ endfun
|
||||||
"SYNTAX COLORS:
|
"SYNTAX COLORS:
|
||||||
|
|
||||||
"SPELL CHECKING UNDERLINE: {{{
|
"SPELL CHECKING UNDERLINE: {{{
|
||||||
call s:C("SpellBad","","","italic,underline")
|
call s:C("SpellBad",g:cRed,"","italic,undercurl")
|
||||||
call s:C("SpellCap","","","italic,underline")
|
call s:C("SpellCap",g:cYellow,"","italic,undercurl")
|
||||||
call s:C("SpellRare","","","")
|
call s:C("SpellRare","","","")
|
||||||
call s:C("SpellLocal","","","")
|
call s:C("SpellLocal","","","")
|
||||||
"}}}
|
"}}}
|
||||||
|
|
Loading…
Reference in a new issue