foldmethod indent

This commit is contained in:
ManjaroOne666 2018-04-20 10:02:18 +01:00
parent f9534b166f
commit 67ea84a3c8
1 changed files with 4 additions and 0 deletions

View File

@ -7,3 +7,7 @@ set autoindent
nnoremap <silent> <buffer> <F5> :call SaveAndExecute('python')<CR>
" vnoremap <silent> <buffer> <F5> :<C-u>call SaveAndExecutePython()<CR>
set foldmethod=indent
set foldnestmax=2