소스 검색

correct spellcheck hilight

Kevin Heinicke 9 년 전
부모
커밋
3062c61415
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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