setlocal spell spelllang=en_gb " default: EN spellcheck " Disable spell check nmap :setlocal spell! map! :setlocal spell!li " EN spell check nmap :setlocal spell spelllang=en_gb map! :setlocal spell spelllang=en_gbli " DE spell check nmap :setlocal spell spelllang=de_20 map! :setlocal spell spelllang=de_20li " highlight CApital LEtter TYpos :match Title /\<\u\{2}\l.\{-}\>/ " highlight words for better writing ( http://mashable.com/2015/05/03/words-eliminate-vocabulary/ ) match Todo /\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c\|\\c/ " LanguageTool plugin let g:languagetool_jar='/home/max/bin/languagetool/languagetool-commandline.jar'