From a3a4873190c6c0024a4c0c50680df217f3f43228 Mon Sep 17 00:00:00 2001 From: "Daniel M. Capella" Date: Wed, 8 Mar 2017 05:28:50 +0000 Subject: [PATCH] readme: Add ALE Vim plugin --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8dd2f9a..0c000e6 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ Run `shellcheck yourscript` in your terminal for instant output, as seen above. You can see ShellCheck suggestions directly in a variety of editors. -* Vim, through [Syntastic](https://github.com/scrooloose/syntastic): +* Vim, through [ALE](https://github.com/w0rp/ale) or [Syntastic](https://github.com/scrooloose/syntastic): -![Screenshot of vim showing inlined shellcheck feedback](doc/vim-syntastic.png). +![Screenshot of Vim showing inlined shellcheck feedback](doc/vim-syntastic.png). * Emacs, through [Flycheck](https://github.com/flycheck/flycheck):