[ADD][VIM] Use jq fixer with ALE

This commit is contained in:
Bruno BELANYI 2019-10-10 11:04:57 +02:00
parent c108143526
commit 871c6fb299

View file

@ -0,0 +1,2 @@
" Use my desired ALE fixer for JSON
let b:ale_fixers=[ 'jq' ]