Mention ALE plugin for vim for running nim check on save

This commit is contained in:
Mathias Stearn 2018-01-10 17:17:11 -05:00
parent a78cbea72b
commit 5143ce05fe
1 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,11 @@ The following editors have some Nim support:
Instructions to map Vim's ``K`` letter to look up documentation under MacOSX using [Dash](http://forum.nim-lang.org/t/330).
* https://github.com/w0rp/ale (Asynchronous Lint Engine)
* General lint/syntax-check plugin
* Supports running `nim check` on save by default
* Only works with Vim8 and neovim since it uses async features
### Textadept
* https://github.com/xomachine/textadept-nim