zaach / jsonlint

A JSON parser and validator with a CLI.
http://zaach.github.com/jsonlint/
1.94k stars 420 forks source link

Add ALE to list of Vim plugins #114

Closed rhysd closed 3 years ago

rhysd commented 6 years ago

ALE, which is a Vim plugin to run linters asynchronously, supports jsonlint.

https://github.com/w0rp/ale/blob/master/doc/ale.txt#L132

I added it to the list of Vim plugins.