Use vim-coiled-snake instead of custom Python fold

This commit is contained in:
2018-09-03 22:16:40 +01:00
parent 6fb2f7a01c
commit 53c971b802
2 changed files with 3 additions and 48 deletions

3
vimrc
View File

@@ -171,6 +171,9 @@ let g:DoxygenToolkit_commentType = 'C++'
let g:markdown_fenced_languages =
\ ['cpp', 'c', 'cmake', 'sh', 'vim', 'python', 'yaml']
" Python folding
Plug 'kalekundert/vim-coiled-snake'
" Enable builtin syntax folding
let g:xml_syntax_folding = 1
let g:sh_fold_enabled = 1