Add LanguageTool to vim

This commit is contained in:
2017-11-14 12:46:00 +01:00
parent 60991738df
commit 000856a0ef
4 changed files with 725 additions and 0 deletions

View File

@@ -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'