flycheck-grammarly icon indicating copy to clipboard operation
flycheck-grammarly copied to clipboard

Grammarly support for Flycheck

License: GPL v3 MELPA MELPA Stable

flycheck-grammarly

Grammarly support for Flycheck.

CI

🔨 Usage

To enable this package, simply add loading to your config like the code below.

(with-eval-after-load 'flycheck
  (flycheck-grammarly-setup))

If you encounter the performance issue, try raise flycheck-grammarly-check-time higher. The request will be send by this time everytime the buffer has changed.

(setq flycheck-grammarly-check-time 0.8)

Todo List

  • [ ] Strip only text data, if other data like # header or > quote will return nothing.
  • [ ] Usable but not fast enough, really depends on Grammarly's analyzer.

Contribute

PRs Welcome Elisp styleguide

If you would like to contribute to this project, you may either clone and make pull requests to this repository. Or you can clone the project and establish your own branch of this tool. Any methods are welcome!