update textwidth to 120
This commit is contained in:
parent
66b69aa661
commit
7bbadbb0e4
3
vimrc
3
vimrc
|
@ -310,7 +310,7 @@ set shiftround
|
||||||
set expandtab
|
set expandtab
|
||||||
set autoindent
|
set autoindent
|
||||||
|
|
||||||
set textwidth=180
|
set textwidth=120
|
||||||
set formatoptions=cq
|
set formatoptions=cq
|
||||||
set wrapmargin=0
|
set wrapmargin=0
|
||||||
|
|
||||||
|
@ -333,6 +333,7 @@ set cmdheight=3
|
||||||
|
|
||||||
set foldmethod=indent
|
set foldmethod=indent
|
||||||
set foldnestmax=3
|
set foldnestmax=3
|
||||||
|
set foldlevelstart=2
|
||||||
|
|
||||||
set showmode
|
set showmode
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue