Vim: Add SimpylFold

I keep fucking making these the wrong way and it's going to bite me in the ass. Submodules, self. SUBMODULES. SUBMODULES.
This commit is contained in:
2017-11-30 17:30:19 -06:00
parent 9aa3eaaed7
commit e6f90a24d5
10 changed files with 600 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
if exists('g:loaded_SimpylFold')
finish
endif
let g:loaded_SimpylFold = 1
command! -bang SimpylFoldDocstrings let b:SimpylFold_fold_docstring = <bang>1 | call SimpylFold#Recache()
command! -bang SimpylFoldImports let b:SimpylFold_fold_import = <bang>1 | call SimpylFold#Recache()