diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-11-26 10:21:52 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-11-26 10:21:52 -0700 |
commit | bd5d8ea0b33cebd182bd764bec881253761a9fd9 (patch) | |
tree | c9a182c079c41ae0b6ed1f3b6c253b4f1d2c69e4 /plugin/vim-options.vim | |
parent | 04ed6196c4463502e929766e3fd7dc7c4a27a5df (diff) |
Open all folds when entering a file
Diffstat (limited to 'plugin/vim-options.vim')
-rw-r--r-- | plugin/vim-options.vim | 1 |
1 files changed, 1 insertions, 0 deletions
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 |