[vimrc] Disable folding
This commit is contained in:
parent
36f44fc65c
commit
a10a5ca098
1 changed files with 2 additions and 2 deletions
4
vimrc
4
vimrc
|
@ -347,8 +347,8 @@ set nojoinspaces
|
||||||
set foldenable
|
set foldenable
|
||||||
set foldclose=""
|
set foldclose=""
|
||||||
set foldcolumn=0
|
set foldcolumn=0
|
||||||
set foldlevel=10
|
set foldlevel=99
|
||||||
set foldlevelstart=10
|
set foldlevelstart=99
|
||||||
set foldmethod=indent
|
set foldmethod=indent
|
||||||
set foldopen=block,hor,mark,percent,quickfix,search,tag,undo
|
set foldopen=block,hor,mark,percent,quickfix,search,tag,undo
|
||||||
"[Set to auto-read and to auto-write when
|
"[Set to auto-read and to auto-write when
|
||||||
|
|
Loading…
Reference in a new issue