From 5143ce05feb8ffc28c04cd7a98f5ee6459e11826 Mon Sep 17 00:00:00 2001 From: Mathias Stearn Date: Wed, 10 Jan 2018 17:17:11 -0500 Subject: [PATCH] Mention ALE plugin for vim for running nim check on save --- Editor-Support.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Editor-Support.md b/Editor-Support.md index 135de74..de78192 100644 --- a/Editor-Support.md +++ b/Editor-Support.md @@ -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