Added back linebreak in vimrc

Turns out I was wrong about what this thing does tehe~
This commit is contained in:
Talia 2018-10-08 11:13:37 +02:00
parent 3d28bea6ea
commit 1907290b34
1 changed files with 1 additions and 0 deletions

1
vimrc
View File

@ -79,6 +79,7 @@ set gdefault
set wrap
set breakat=\ .,{
au BufEnter,BufRead * set linebreak
set display+=lastline
if v:version>=800
set breakindent