Added folding options

This commit is contained in:
Dennis Potter 2018-05-30 19:17:35 +02:00
parent b09d304ba4
commit b5e957c70e
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ let python_highlight_all = 1
set hidden
" set options for folding
set foldmethod=syntax
set foldlevelstart=20
" put leader to space
map <space> <leader>
map <space><space> <leader><leader>