[ADD][VIM] Use jq fixer with ALE
This commit is contained in:
parent
c108143526
commit
871c6fb299
1 changed files with 2 additions and 0 deletions
2
vim/.vim/ftplugin/json.vim
Normal file
2
vim/.vim/ftplugin/json.vim
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
" Use my desired ALE fixer for JSON
|
||||
let b:ale_fixers=[ 'jq' ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue