vim-LanguageTool icon indicating copy to clipboard operation
vim-LanguageTool copied to clipboard

Can I tell vim-LanguageTool to use the system languagetool executable?

Open mawkler opened this issue 3 years ago • 1 comments

The instructions tell me to download a languagetool .jar file. I already have the languagetool executable installed on my system installed from my package manager, i.e. when I run which languagetool it outputs /usr/bin/languagetool. Can I tell this plugin to use that instead of having to download an additional .jar file?

mawkler avatar Sep 21 '20 21:09 mawkler

You can use the g:languagetool_cmd variable.

let g:languagetool_cmd='/usr/bin/languagetool'

leosumi avatar Oct 31 '20 11:10 leosumi