vim: add spellcheck #1

Merged
mg merged 2 commits from g into master 2024-06-19 12:53:14 +02:00
Showing only changes of commit baed0994d1 - Show all commits

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