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

Getting a --level message when running GrammarousCheck

Open theoldinternet opened this issue 1 year ago • 2 comments

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()

theoldinternet avatar Jan 17 '24 20:01 theoldinternet

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

trappmartin avatar May 01 '24 15:05 trappmartin

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

image

Edit: Same issue as https://github.com/rhysd/vim-grammarous/issues/110, which proposes a fix that worked for me :)

Plasny avatar Jun 06 '24 15:06 Plasny