Add LanguageTool to vim
This commit is contained in:
@@ -39,3 +39,6 @@ map! <F4> <ESC>:setlocal spell spelllang=de_20<CR>li
|
||||
|
||||
" highlight words for better writing ( http://mashable.com/2015/05/03/words-eliminate-vocabulary/ )
|
||||
match Todo /\<that\>\c\|\<went\>\c\|\<honestly\>\c\|\<absolutely\>\c\|\<very\>\c\|\<really\>\c\|\<amazing\>\c\|\<always\>\c\|\<never\>\c\|\<literally\>\c\|\<just\>\c\|\<maybe\>\c\|\<stuff\>\c\|\<thing\>\c\|\<irregardless\>\c/
|
||||
|
||||
" LanguageTool plugin
|
||||
let g:languagetool_jar='/home/max/bin/languagetool/languagetool-commandline.jar'
|
||||
|
||||
Reference in New Issue
Block a user