plugins: Add languagetool
[vimconf.git] / plugins-noroot-nolowendbox.vim
index a9fe99c3c183a13fd150510d522c0561ad20c8fb..32df579034d0f66bd1f801805a2b9585635895ab 100644 (file)
@@ -35,6 +35,7 @@ Plug 'hail2u/vim-css3-syntax', {'for': ['scss', 'css']}
 
 Plug 'https://gitlab.com/dbeniamine/vim-mail'
 Plug 'Konfekt/vim-DetectSpellLang', {'do': 'spell'}
+Plug 'dpelle/vim-LanguageTool'
 
 " Disable devicons on linux terminal
 if $TERM == 'linux'
@@ -219,6 +220,8 @@ EOF
     let g:detectspelllang_langs = {}
     let g:detectspelllang_langs.aspell =[ 'en_US', 'de_AT']
 
+    let g:languagetool_cmd='languagetool'
+
     au FileType mail let g:VimMailSpellLangs=['de', 'en']
     let g:VimMailContactsProvider=['khard']
     let g:VimMailContactsCommands={