vim: disable auto indent in insert mode

Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2024-11-12 22:33:08 +01:00
parent 2663f8a594
commit 6d67c096b3

4
.vimrc
View file

@ -268,3 +268,7 @@ autocmd!
autocmd FileType yml setlocal ai ts=2 sw=2 et
autocmd FileType yaml,yml setlocal ai ts=2 sw=2 et
augroup END
" polyglot
" disable reindenting of the current line in insert mode
autocmd BufEnter * set indentexpr=