mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Increase the depth required for folding by one layer
This commit is contained in:
parent
5a7b4329dc
commit
0499ddf61b
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
syntax on "enable syntax highlighting
|
||||
set formatoptions=roqnl12 "how automatic formatting is to be done
|
||||
set diffopt=foldcolumn:0,filler "vimdiff default settings
|
||||
set foldmethod=syntax foldcolumn=1 foldlevel=5 "fold layers 5 or more deep
|
||||
set foldmethod=syntax foldcolumn=1 foldlevel=6 "fold layers 5 or more deep
|
||||
set tw=80 "set the default text width to 80 when nothing overrides this
|
||||
"}}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue