Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mawkler opened this issue Sep 21, 2020 · 1 comment
Open

Comments

@mawkler
Copy link

mawkler commented Sep 21, 2020

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?

@leosumi
Copy link

leosumi commented Oct 31, 2020

You can use the g:languagetool_cmd variable.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants