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

Getting a --level message when running GrammarousCheck #113

Open
theoldinternet opened this issue Jan 17, 2024 · 2 comments
Open

Getting a --level message when running GrammarousCheck #113

theoldinternet opened this issue Jan 17, 2024 · 2 comments

Comments

@theoldinternet
Copy link

I'm trying to get Grammarous running, and I ran into this error when I run :GrammarousCheck.

image

my init.vim looks like this:

call plug#begin()
Plug 'rhysd/vim-grammarous'
call plug#end()
@trappmartin
Copy link

Have the same issue, strangely enough this is technically just the last line in the usage message of language tools. I guess something in the execution goes wrong.

https://github.com/languagetool-org/languagetool/blob/9ca673bf53b6aaf3e2830e8e92a5794a1659a7db/languagetool-commandline/src/main/java/org/languagetool/commandline/CommandLineParser.java#L227

@Plasny
Copy link

Plasny commented Jun 6, 2024

Having the same issue. After checking :messages it says that the languagetool doesn't have --api parameter.

image

Edit:
Same issue as #110, which proposes a fix that worked for me :)

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

3 participants