Parcourir la source

correct spellcheck hilight

Kevin Heinicke il y a 9 ans
Parent
commit
3062c61415
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      nvimrc

+ 1 - 1
nvimrc

@@ -89,7 +89,7 @@ set undodir=~/.nvim/undo//
 "Tomorrow color scheme
 colo Tomorrow-Night-Eighties
 hi clear SpellBad
-hi SpellBad cterm=undercurl
+hi SpellBad cterm=undercurl ctermbg=none ctermfg=lightyellow
 
 " YCM Configuration
 " dont use python-mode autocomplete obsolete now, because of YCM