diff --git a/.config/vim/vimrc b/.config/vim/vimrc index 9b9169a..05d0be1 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -303,6 +303,7 @@ cmap w!! w !sudo tee > /dev/null % " Unmap ex-mode map Q + autocmd FileType markdown setlocal ts=2 sts=2 sw=2 et -autocmd FileType yaml setlocal ts=2 sts=2 sw=2 et +autocmd FileType yaml setlocal ts=2 sts=2 sw=2 et indentkeys-=<:> autocmd FileType gitcommit setlocal cc=72 et sw=4