Don't fold by default in vim
This commit is contained in:
parent
989937e21d
commit
3a9e16ad0d
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -16,3 +16,4 @@ set nowrap
|
||||||
set number
|
set number
|
||||||
set foldmethod=indent
|
set foldmethod=indent
|
||||||
set foldnestmax=10
|
set foldnestmax=10
|
||||||
|
set nofoldenable
|
||||||
|
|
Loading…
Reference in a new issue