Remove vim textwrapping
This commit is contained in:
parent
a132cdc025
commit
6acb658e86
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -268,7 +268,7 @@ set softtabstop=4
|
||||||
set cinwords+=except,finally,def,class,with,do
|
set cinwords+=except,finally,def,class,with,do
|
||||||
set cinwords+=if,elif,else,for,while,try,switch
|
set cinwords+=if,elif,else,for,while,try,switch
|
||||||
"[TextWidth settings]"
|
"[TextWidth settings]"
|
||||||
set textwidth=80
|
set textwidth=0
|
||||||
"[Settings of line numbers]"
|
"[Settings of line numbers]"
|
||||||
set number
|
set number
|
||||||
set numberwidth=2
|
set numberwidth=2
|
||||||
|
|
Loading…
Reference in a new issue