Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
ALE plugin on Vim support also `sqlint`
  • Loading branch information
minawk committed Jul 26, 2018
1 parent 73889c9 commit eff6fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit eff6fff

Please sign in to comment.