summaryrefslogtreecommitdiffstats
path: root/vim/ftplugin/sh.vim
blob: 004cd12786e55fa5e9f5511f9be0981ca230e8eb (plain) (blame)
1
2
3
let b:is_bash = 1
let b:ale_fixers = { 'sh': ['shfmt'] }
let b:ale_fix_on_save = 1