https://github.com/gianarb/coc-grammarly
https://github.com/gianarb/coc-grammarly
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/gianarb/coc-grammarly
- Owner: gianarb
- License: mit
- Created: 2020-11-01T12:05:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T12:33:58.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T15:02:55.271Z (over 1 year ago)
- Language: JavaScript
- Size: 1.05 MB
- Stars: 80
- Watchers: 6
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coc-grammarly
coc-grammarly uses [grammary](https://github.com/znck/grammarly) and
it acts as a bridge between [Grammarly](https://www.grammarly.com/) and vim.

Currently I have a problem releasing my code because of this issue
[znck/grammarly/#138](https://github.com/znck/grammarly/issues/138) I think.
## Install
`:CocInstall coc-grammarly`
## Configuration
`grammarly.pathGrammarlyLSP` starts a different grammarly language server. This
is useful in development, if you want to try a difference version of
[grammarly](https://github.com/znck/grammarly). Example:
`/Users/john/git/grammarly/out/newversion`
## Development
The command you use to build the project
```
npm run build
```
If you want to start the Coc extension from your working directory you can use
`set`, where `~/git/coc-grammarly/` is the root of the project
```
set runtimepath^=~/git/coc-grammarly/
```
## License
MIT
---
> This extension is created by [create-coc-extension](https://github.com/fannheyward/create-coc-extension)