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

How to setup on neovim? #112

Open
eerison opened this issue Nov 26, 2023 · 1 comment
Open

How to setup on neovim? #112

eerison opened this issue Nov 26, 2023 · 1 comment

Comments

@eerison
Copy link

eerison commented Nov 26, 2023

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
Copy link

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.

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

2 participants