Remove vim textwrapping

This commit is contained in:
lhark 2015-12-14 19:48:58 +01:00
parent a132cdc025
commit 6acb658e86

2
vimrc
View file

@ -268,7 +268,7 @@ set softtabstop=4
set cinwords+=except,finally,def,class,with,do
set cinwords+=if,elif,else,for,while,try,switch
"[TextWidth settings]"
set textwidth=80
set textwidth=0
"[Settings of line numbers]"
set number
set numberwidth=2