From bd5d8ea0b33cebd182bd764bec881253761a9fd9 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sun, 26 Nov 2017 10:21:52 -0700 Subject: Open all folds when entering a file --- plugin/vim-options.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'plugin/vim-options.vim') diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 69853d0..69d0b3e 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -24,6 +24,7 @@ set splitright " New windows split to the right of current one set splitbelow " New windows split below the current one set sessionoptions+=globals " Append globals to the default session options set foldmethod=indent " Fold on Indent levels +set foldlevel=99 " Open all folds when entering file " Custom status line set statusline= set statusline+=%1*\ %02c\ " Color -- cgit v1.2.3