mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] fix spelling errors being unreadable with highlighting
This commit is contained in:
parent
e8ab498446
commit
221ffec92c
1 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
" }}}
|
||||
|
|
Loading…
Reference in a new issue