vimrc: add sh augroup

This commit is contained in:
Johannes Rothe 2022-02-02 09:53:57 +01:00 committed by Johannes Rothe
parent 72bac13ad8
commit 33295806e9

View File

@ -21,6 +21,9 @@ augroup terraform
autocmd FileType terraform :set tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent fileformat=unix
autocmd FileType terraform nnoremap <F9> :! terraform fmt<CR>
augroup end
augroup sh
autocmd FileType sh :set tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent fileformat=unix
augroup end
" vim-plug
" :PlugInstall to install new one