rhysd / vim-grammarous

A powerful grammar checker for Vim using LanguageTool.
1.1k stars 41 forks source link

Enable the given level #111

Open ttxtea opened 1 year ago

ttxtea commented 1 year ago

When starting :GrammarousCheck I get a

--level level          enable the given level (currently only 'PICKY')

No language check is starting after this message.

It is running on

NVIM v0.6.1
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by team+vim@tracker.debian.org
lf-araujo commented 1 year ago

I am getting the same error

orzen commented 1 year ago

I see the same behaviour with Nvim 0.8.3-1 on Archlinux.

borisdev commented 1 year ago

I get same error.

NVIM v0.9.0-dev-1058+gd52a3f7c7-dirty
Build type: Release
LuaJIT 2.1.0-beta3
macOS BigSur
zampierilucas commented 1 year ago

This is the same issue reported on https://github.com/rhysd/vim-grammarous/issues/110, and https://github.com/rhysd/vim-grammarous/issues/110#issuecomment-1404863074 is a solution for it.

lf-araujo commented 1 year ago

Thanks, that comment does not seem to fix the problem in my case, let's wait and see if anyone else got it to work:

image

borisdev commented 1 year ago

@lf-araujo That error message denotes your plugin is still using the newest Language Tool -- your have not downgraded. You can view the entire error message that was thrown my Language Tool with this vim command :messages.

See my fix for a mac here: https://github.com/rhysd/vim-grammarous/issues/110#issuecomment-1468495923