vimrc: Initially unfold first level
This commit is contained in:
parent
6913bc84f6
commit
f1ac254f4d
1 changed files with 1 additions and 0 deletions
1
.vimrc
1
.vimrc
|
@ -99,6 +99,7 @@ set nowrap
|
|||
set number
|
||||
set foldmethod=syntax
|
||||
set foldnestmax=10
|
||||
set foldlevelstart=1
|
||||
set listchars=eol:¶,tab:\»\ ,trail:~,extends:>,precedes:<,nbsp:+
|
||||
set list
|
||||
set tags+=$HOME/.cache/cpp_tags
|
||||
|
|
Loading…
Reference in a new issue