diff --git a/.vimrc b/.vimrc index 01bec1b..c587b98 100644 --- a/.vimrc +++ b/.vimrc @@ -259,7 +259,12 @@ augroup spell autocmd FileType * set spellsuggest=fast,10 autocmd FileType * set spell spelllang=de_de,en augroup END +" z= Korrektur +" ]s/[s gehe vor/zurück nächsten fehlerhaften wort +" zg add to dictionary -" yaml einrückung -autocmd FileType yaml setlocal ai ts=2 sw=2 et -autocmd FileType yml setlocal ai ts=2 sw=2 et +augroup yaml +autocmd! + autocmd FileType yml setlocal ai ts=2 sw=2 et + autocmd FileType yaml,yml setlocal ai ts=2 sw=2 et +augroup END