[ADD][VIM] Use shfmt with ALE

This commit is contained in:
Bruno BELANYI 2019-10-10 16:56:38 +02:00
parent fde97e5b66
commit f747005981
3 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,2 @@
" Use shfmt as ALE fixer for bash
let b:ale_fixers=[ 'shfmt' ]

2
vim/.vim/ftplugin/sh.vim Normal file
View file

@ -0,0 +1,2 @@
" Use shfmt as ALE fixer for sh
let b:ale_fixers=[ 'shfmt' ]

View file

@ -0,0 +1,2 @@
" Use shfmt as ALE fixer for zsh
let b:ale_fixers=[ 'shfmt' ]