changed Files: .vimrc
Signed-off-by: Ubuntu <euser@grotemi-uu22-01.users.ausbildungscloud.dataport.de>
This commit is contained in:
parent
7e92943bc5
commit
baed0994d1
1 changed files with 8 additions and 3 deletions
9
.vimrc
9
.vimrc
|
@ -259,7 +259,12 @@ augroup spell
|
||||||
autocmd FileType * set spellsuggest=fast,10
|
autocmd FileType * set spellsuggest=fast,10
|
||||||
autocmd FileType * set spell spelllang=de_de,en
|
autocmd FileType * set spell spelllang=de_de,en
|
||||||
augroup END
|
augroup END
|
||||||
|
" z= Korrektur
|
||||||
|
" ]s/[s gehe vor/zurück nächsten fehlerhaften wort
|
||||||
|
" zg add to dictionary
|
||||||
|
|
||||||
" yaml einrückung
|
augroup yaml
|
||||||
autocmd FileType yaml setlocal ai ts=2 sw=2 et
|
autocmd!
|
||||||
autocmd FileType yml setlocal ai ts=2 sw=2 et
|
autocmd FileType yml setlocal ai ts=2 sw=2 et
|
||||||
|
autocmd FileType yaml,yml setlocal ai ts=2 sw=2 et
|
||||||
|
augroup END
|
||||||
|
|
Loading…
Reference in a new issue