gianarb / coc-grammarly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coc-grammarly

coc-grammarly uses grammary and it acts as a bridge between Grammarly and vim.

Currently I have a problem releasing my code because of this issue znck/grammarly/#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. 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

About

License:MIT License


Languages

Language:JavaScript 58.1%Language:TypeScript 41.9%