vim: autoindent raus
This commit is contained in:
parent
9667ec5cef
commit
6e13e52c19
1 changed files with 1 additions and 3 deletions
4
.vimrc
4
.vimrc
|
@ -33,7 +33,6 @@ call vundle#end()
|
||||||
" allgemeine Optionen
|
" allgemeine Optionen
|
||||||
set showcmd " Show (partial) command in status line.
|
set showcmd " Show (partial) command in status line.
|
||||||
set showbreak=+++
|
set showbreak=+++
|
||||||
set autoindent
|
|
||||||
set wrap linebreak "https://vim.fandom.com/wiki/Automatic_word_wrapping
|
set wrap linebreak "https://vim.fandom.com/wiki/Automatic_word_wrapping
|
||||||
set virtualedit=onemore
|
set virtualedit=onemore
|
||||||
set showmatch " When a bracket is inserted, briefly jump to the matching
|
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 nowrap "verhindert zeilenumbrüche
|
||||||
set ignorecase " Ignore case in search patterns.
|
set ignorecase " Ignore case in search patterns.
|
||||||
set incsearch " While typing a search command, show immediately where the
|
set incsearch " While typing a search command, show immediately where the
|
||||||
" so far typed pattern matches.set autoindent
|
" so far typed pattern matches.
|
||||||
set smartindent
|
|
||||||
set ruler
|
set ruler
|
||||||
set undolevels=1000
|
set undolevels=1000
|
||||||
set backspace=indent,eol,start
|
set backspace=indent,eol,start
|
||||||
|
|
Loading…
Reference in a new issue