Skip to content

Commit

Permalink
vim fold
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed Jul 7, 2017
1 parent d517425 commit 2d03328
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ filetype plugin indent on
"
"code folding
set foldmethod=indent
set foldlevel=99
set foldlevel=1
set foldnestmax=10
set nofoldenable

"Window SPlits
"Vertical Split : Ctrl+w + v
Expand Down

0 comments on commit 2d03328

Please sign in to comment.