rhysd / vim-grammarous

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

How to setup on neovim? #112

Open eerison opened 9 months ago

eerison commented 9 months ago

Hello guys there is any doc explain how to setup on neovim?

after I add the plugin, this command is not found :GrammarousCheck or :GrammarousReset :/

when I type this command I got this error

E492: Not an editor command: GrammarousCheck
maxgeraldist commented 8 months ago

it should work - you probably installed it with the wrong syntax or it is not loaded. If you use lazy, you can run :Lazy load grammarly, for a more permanent solution, when you set up grammarly you can specify what file extensions prompt grammarly to load automatically when open - e.g. { "rhysd/vim-grammarous", ft = { "tex", "md", "norg" } }. After that, you will need to download and unpack the languagetool-commandline.jar file, but that's a different story.