vim: disable auto indent in insert mode
Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
2663f8a594
commit
6d67c096b3
1 changed files with 4 additions and 0 deletions
4
.vimrc
4
.vimrc
|
@ -268,3 +268,7 @@ 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
|
autocmd FileType yaml,yml setlocal ai ts=2 sw=2 et
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
|
" polyglot
|
||||||
|
" disable reindenting of the current line in insert mode
|
||||||
|
autocmd BufEnter * set indentexpr=
|
||||||
|
|
Loading…
Reference in a new issue