diff --git a/_vimrc b/_vimrc index b6be293..67bdc05 100644 --- a/_vimrc +++ b/_vimrc @@ -146,7 +146,7 @@ command DelThis call delete(expand('%')) | bdelete! " Filetypes au BufRead,BufNewFile *.z80 set filetype=z8a -au BufRead,BufNewFile *.hs set tabstop=2 smarttab expandtab shiftwidth=2 +au BufRead,BufNewFile *.hs,*.yaml,*.yml set tabstop=2 smarttab expandtab shiftwidth=2 nnoremap map >>