Folding now works properly on vim at startup

This commit is contained in:
inigoortega 2019-10-07 11:08:55 +02:00
parent 44965016ac
commit cd2f1a6f9c
1 changed files with 4 additions and 1 deletions

5
.vimrc
View File

@ -134,7 +134,10 @@ let mapleader=","
" Folds
set foldlevelstart=1
set foldlevelstart=0
" set nofoldenable
set foldmethod=indent
set foldnestmax=10
" XML/HTML
imap <silent> <C-c> </<C-X><C-O><C-X><Esc>xa