From baed0994d15f340fe26e45d68a3f8a84454e0a2e Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 19 Jun 2024 10:50:33 +0000 Subject: [PATCH] changed Files: .vimrc Signed-off-by: Ubuntu --- .vimrc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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