diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-03-10 10:16:21 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-03-10 10:16:21 -0700 |
commit | 9de7b5993d3b96e529115ff8974f167378988dc4 (patch) | |
tree | 49ceed7863141e7c0b3bb0af92689d1f8bc0b900 /plugin/vim-options.vim | |
parent | eb163f3a05b56a1e6241cc1939b2411549b48015 (diff) |
Adding foldmethod
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 180ac0d..123bfa1 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -22,6 +22,7 @@ set wildmode=list:longest,full " wildmenu show list and completes longest, secon 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 " Custom status line set statusline= set statusline+=%1*\ %02c\ " Color |