mavit / flycheck-languagetool

Flycheck support for LanguageTool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status MELPA MELPA Stable License: GPL v3

flycheck-languagetool

Flycheck support for LanguageTool.

💾 Installation

The instruction to use this plugin.

  1. Download LanguageTool from https://languagetool.org/download/.
  2. Extract on to your local machine.
  3. Consider adding the following snippet to your configuration.
(use-package flycheck-languagetool
  :ensure t
  :hook (text-mode . (lambda ()
                       (require 'flycheck-languagetool)))
  :init
  (setq flycheck-languagetool-commandline-jar "path/to/LanguageTool-X.X/languagetool-commandline.jar"))
  1. 🎉 Done! Now open a text file and hit M-x flycheck-mode!

🔧 Configuration

  • flycheck-languagetool-commandline-jar
  • flycheck-languagetool-active-modes
  • flycheck-languagetool-language (Default "en-US")

Contribution

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!

About

Flycheck support for LanguageTool

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%