Update folding settings
This commit is contained in:
parent
8a4ea77742
commit
797541c695
1 changed files with 3 additions and 0 deletions
|
|
@ -50,6 +50,9 @@ autocmd Syntax * normal zR
|
||||||
" fold indents
|
" fold indents
|
||||||
set foldmethod=indent
|
set foldmethod=indent
|
||||||
|
|
||||||
|
" Don't open folds when jumping over one with (, {, [[ or [{
|
||||||
|
set foldopen-=block
|
||||||
|
|
||||||
" search down into subfolders
|
" search down into subfolders
|
||||||
" provides tab-completion for all file-related tasks
|
" provides tab-completion for all file-related tasks
|
||||||
set path+=**
|
set path+=**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue