From eff6fff55b0b072a9026ea4a0fae05037f1ad540 Mon Sep 17 00:00:00 2001 From: Minawk <minarandria@gmail.com> Date: Thu, 26 Jul 2018 08:52:54 +0300 Subject: [PATCH] Update README.md ALE plugin on Vim support also `sqlint` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78002b4..ffe2e3f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ sqlint filename.sql Support for `sqlint` is provided for the following editors: - Emacs, via [Flycheck](https://github.com/flycheck/flycheck) -- VIM, via [Syntastic](https://github.com/scrooloose/syntastic) or [Neomake](https://github.com/neomake/neomake) +- VIM, via [Syntastic](https://github.com/scrooloose/syntastic), [Neomake](https://github.com/neomake/neomake) or [ALE](https://github.com/w0rp/ale) - SublimeText, via [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter3/) ### Authors -- GitLab