Keep indents when wrapping long lines
This commit is contained in:
parent
a5e5bf7918
commit
4d52fbfbd6
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -63,6 +63,7 @@ set autoindent
|
|||
set autoread
|
||||
set background=dark
|
||||
set backspace=indent,eol,start
|
||||
set breakindent
|
||||
set cmdheight=1
|
||||
set directory=$TEMP//,/tmp//,.
|
||||
set display+=lastline
|
||||
|
|
Loading…
Reference in a new issue