Added back linebreak in vimrc
Turns out I was wrong about what this thing does tehe~
This commit is contained in:
parent
3d28bea6ea
commit
1907290b34
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -79,6 +79,7 @@ set gdefault
|
||||||
|
|
||||||
set wrap
|
set wrap
|
||||||
set breakat=\ .,{
|
set breakat=\ .,{
|
||||||
|
au BufEnter,BufRead * set linebreak
|
||||||
set display+=lastline
|
set display+=lastline
|
||||||
if v:version>=800
|
if v:version>=800
|
||||||
set breakindent
|
set breakindent
|
||||||
|
|
Loading…
Reference in a new issue