diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index 1439839..256c1d5 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -215,6 +215,7 @@ augroup configgroup autocmd BufEnter Makefile,*.asm setlocal noexpandtab tabstop=6 shiftwidth=6 softtabstop=0 autocmd BufEnter *.sh setlocal shiftwidth=2 tabstop=2 softtabstop=2 foldlevel=0 foldmethod=marker autocmd FileType yaml setlocal shiftwidth=4 tabstop=4 softtabstop=4 + autocmd FileType vhdl setlocal shiftwidth=2 tabstop=2 softtabstop=2 autocmd BufRead,BufNewFile */playbooks/*.yml set filetype=yaml.ansible