소스 검색

Add misspell syntax highlighting

Kevin Heinicke 9 년 전
부모
커밋
b14471b709
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      nvimrc

+ 3 - 0
nvimrc

@@ -23,6 +23,7 @@ Plug 'rizzatti/dash.vim'
 Plug 'octol/vim-cpp-enhanced-highlight'
 Plug 'junegunn/goyo.vim'
 Plug 'junegunn/limelight.vim'
+Plug 'lervag/vimtex'
 " Plug 'gilligan/vim-lldb'
 Plug 'atelierbram/vim-colors_atelier-schemes'
 Plug 'baeuml/summerfruit256.vim'
@@ -87,6 +88,8 @@ set undodir=~/.nvim/undo//
 
 "Tomorrow color scheme
 colo Tomorrow-Night-Eighties
+hi clear SpellBad
+hi SpellBad cterm=undercurl
 
 " YCM Configuration
 " dont use python-mode autocomplete obsolete now, because of YCM