changed Files: .vimrc

Signed-off-by: Ubuntu <euser@grotemi-uu22-01.users.ausbildungscloud.dataport.de>
This commit is contained in:
Ubuntu 2024-06-19 10:50:33 +00:00
parent 7e92943bc5
commit baed0994d1

11
.vimrc
View file

@ -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