vim: autoindent raus

This commit is contained in:
Michael Grote 2021-08-12 13:29:06 +02:00
parent 9667ec5cef
commit 6e13e52c19

4
.vimrc
View file

@ -33,7 +33,6 @@ call vundle#end()
" allgemeine Optionen
set showcmd " Show (partial) command in status line.
set showbreak=+++
set autoindent
set wrap linebreak "https://vim.fandom.com/wiki/Automatic_word_wrapping
set virtualedit=onemore
set showmatch " When a bracket is inserted, briefly jump to the matching
@ -50,8 +49,7 @@ set gdefault "global bei suche immer mit an"
set nowrap "verhindert zeilenumbrüche
set ignorecase " Ignore case in search patterns.
set incsearch " While typing a search command, show immediately where the
" so far typed pattern matches.set autoindent
set smartindent
" so far typed pattern matches.
set ruler
set undolevels=1000
set backspace=indent,eol,start