Mention ALE plugin for vim for running nim check on save
This commit is contained in:
parent
a78cbea72b
commit
5143ce05fe
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue