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

Enable the given level

Open ttxtea opened this issue 2 years ago • 6 comments

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 [email protected]

ttxtea avatar Feb 08 '23 10:02 ttxtea

I am getting the same error

lf-araujo avatar Feb 17 '23 21:02 lf-araujo

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

orzen avatar Feb 21 '23 10:02 orzen

I get same error.

NVIM v0.9.0-dev-1058+gd52a3f7c7-dirty
Build type: Release
LuaJIT 2.1.0-beta3
macOS BigSur

borisdev avatar Mar 11 '23 21:03 borisdev

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.

zampierilucas avatar Mar 13 '23 12:03 zampierilucas

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

lf-araujo avatar Mar 13 '23 15:03 lf-araujo

@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

borisdev avatar Mar 14 '23 17:03 borisdev