vim: timeout

This commit is contained in:
Michael Grote 2023-12-15 10:34:51 +01:00
parent 95a5492483
commit 8aec9674a7

2
.vimrc
View file

@ -242,3 +242,5 @@ endfunction
autocmd FileType yaml setlocal ai ts=2 sw=2 et autocmd FileType yaml setlocal ai ts=2 sw=2 et
autocmd FileType yml setlocal ai ts=2 sw=2 et autocmd FileType yml setlocal ai ts=2 sw=2 et
" timeouts
set timeoutlen=100