Skip to content

Commit a16677b

Browse files
authored
Add ALE to list of Vim plugins
ALE, which is a Vim plugin to run linters asynchronously, supports jsonlint https://github.com/w0rp/ale/blob/master/doc/ale.txt#L132
1 parent 843cad2 commit a16677b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ It returns the parsed object or throws an `Error`.
5151
## Vim Plugins
5252

5353
* [Syntastic](http://www.vim.org/scripts/script.php?script_id=2736)
54-
* [sourcebeautify](http://www.vim.org/scripts/script.php?script_id=4079)
54+
* [sourcebeautify](http://www.vim.org/scripts/script.php?script_id=4079)
55+
* [ALE](https://github.com/w0rp/ale)
5556

5657
## MIT License
5758

0 commit comments

Comments
 (0)