From 7f03b58f61d8ceb0eb1bb9292c28c93345d88ad1 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Sun, 3 Apr 2022 09:02:42 +0200 Subject: [PATCH] plugins: Add languagetool --- plugins-noroot-nolowendbox.vim | 3 +++ 1 file changed, 3 insertions(+) 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={ -- 2.30.2