[nvim] fix spelling errors being unreadable with highlighting

This commit is contained in:
Dmytro Meleshko 2020-08-06 19:45:41 +03:00
parent e8ab498446
commit 221ffec92c
1 changed files with 4 additions and 4 deletions

View File

@ -379,8 +379,8 @@
" }}}
" Spelling {{{
call s:hi('SpellBad', '', '', 'undercurl', 0x8)
call s:hi('SpellLocal', '', '', 'undercurl', 0xC)
call s:hi('SpellCap', '', '', 'undercurl', 0xD)
call s:hi('SpellRare', '', '', 'undercurl', 0xE)
call s:hi('SpellBad', 'bg', '', 'undercurl', 0x8)
call s:hi('SpellLocal', 'bg', '', 'undercurl', 0xC)
call s:hi('SpellCap', 'bg', '', 'undercurl', 0xD)
call s:hi('SpellRare', 'bg', '', 'undercurl', 0xE)
" }}}