From: Stefan Huber Date: Sun, 3 Apr 2022 07:02:42 +0000 (+0200) Subject: plugins: Add languagetool X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=commitdiff_plain;h=7f03b58f61d8ceb0eb1bb9292c28c93345d88ad1;ds=sidebyside plugins: Add languagetool --- diff --git a/plugins-noroot-nolowendbox.vim b/plugins-noroot-nolowendbox.vim index a9fe99c..32df579 100644 --- a/plugins-noroot-nolowendbox.vim +++ b/plugins-noroot-nolowendbox.vim @@ -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={