diff --git a/.vim/ftplugin/sh.vim b/.vim/ftplugin/sh.vim --- a/.vim/ftplugin/sh.vim +++ b/.vim/ftplugin/sh.vim @@ -1,3 +1,1 @@ -if executable('shfmt') - let &l:equalprg = "shfmt -i " . &shiftwidth -endif +let &l:equalprg = "shfmt -i " . &shiftwidth