changeset 385:d367df6afcad

Don't fold too much.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 27 Feb 2017 11:05:45 -0800
parents 52ea57ca22e1
children c175fda4aa2e
files vim/vimrc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vim/vimrc	Sat Feb 25 21:31:56 2017 -0800
+++ b/vim/vimrc	Mon Feb 27 11:05:45 2017 -0800
@@ -621,6 +621,9 @@
 " Start with one level of open.
 set foldlevel=1
 
+" Don't fold too much.
+set foldnestmax=2
+
 " Folds are defined by markers in the text.
 set foldmethod=marker