vimrc: add sh augroup
This commit is contained in:
parent
72bac13ad8
commit
33295806e9
@ -21,6 +21,9 @@ augroup terraform
|
|||||||
autocmd FileType terraform :set tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent fileformat=unix
|
autocmd FileType terraform :set tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent fileformat=unix
|
||||||
autocmd FileType terraform nnoremap <F9> :! terraform fmt<CR>
|
autocmd FileType terraform nnoremap <F9> :! terraform fmt<CR>
|
||||||
augroup end
|
augroup end
|
||||||
|
augroup sh
|
||||||
|
autocmd FileType sh :set tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent fileformat=unix
|
||||||
|
augroup end
|
||||||
|
|
||||||
" vim-plug
|
" vim-plug
|
||||||
" :PlugInstall to install new one
|
" :PlugInstall to install new one
|
||||||
|
Loading…
x
Reference in New Issue
Block a user