-
Notifications
You must be signed in to change notification settings - Fork 28
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
NoClassDefFoundError #22
Comments
I am getting this too, did you find a solution? |
unfortunately no |
I also ran into this issue. Here I found a pointer to vim-grammarous which also integrates LanguageTool into Vim and Neovim. Here's what I did to get it running after having installed LanguageTool on Arch with Since I use vim-plug, I added If you now run Since we already have LanguageTool installed system-wide, we avoid that duplication of jar files by making vim-grammarous use the existing jar file by adding I don't know if vim-grammarous can use LanguageTool's feature to detect the language of text, which is why I specified the given language with If vim-grammarous assumes the wrong language, it will report that no grammar mistakes were found. Meaning if your faulty text is German and you run |
I am getting this now and haven't got any solution. |
For me, it worked, if I configured the plugin to use the /usr/bin/languagetool script instead of the jar. See #24 |
Hi and thanks for making this plugin. I'm really interested by it covering Japanese (although vim spellcheck doesn't).
I installed languagetool on arch linux, and added the vim config:
But when I try to run
:LanguageToolCheck
, I'm getting:Your documentation mentions installing the latest version of languagetool, and I seem to be using the version 5
The text was updated successfully, but these errors were encountered: