Set default fold method to marker
This commit is contained in:
parent
e5c7c9909d
commit
f4d8aae4b1
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -6,6 +6,7 @@ set nocompatible
|
|||
|
||||
" Sessions
|
||||
set sessionoptions=blank,buffers,curdir,folds,help,options,tabpages
|
||||
set foldmethod=marker
|
||||
|
||||
" some conditional configs
|
||||
if has('mouse')
|
||||
|
|
Loading…
Reference in a new issue