plugins: Add languagetool
authorStefan Huber <shuber@sthu.org>
Sun, 3 Apr 2022 07:02:42 +0000 (09:02 +0200)
committerStefan Huber <shuber@sthu.org>
Sun, 3 Apr 2022 07:03:03 +0000 (09:03 +0200)
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 'https://gitlab.com/dbeniamine/vim-mail'
 Plug 'Konfekt/vim-DetectSpellLang', {'do': 'spell'}
+Plug 'dpelle/vim-LanguageTool'
 
 " Disable devicons on linux terminal
 if $TERM == 'linux'
 
 " 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: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={
     au FileType mail let g:VimMailSpellLangs=['de', 'en']
     let g:VimMailContactsProvider=['khard']
     let g:VimMailContactsCommands={