disable textwidth by default

This commit is contained in:
Thomas Ruoff
2019-03-04 00:07:55 +01:00
parent 70542174a2
commit aaaa5a77f0

View File

@@ -171,8 +171,8 @@ set list
set breakindent
set showbreak=
set textwidth=79
set colorcolumn=80
set textwidth=0
set colorcolumn=+1
set nojoinspaces
set tabstop=4