Tag Archives | vim

Folding Python Code In Vim

I love Vim. I use Python (love/hate relationship). Vim folding with python code is a bit tricky due to the indent-crazy nature of python. Solution: python_editing.vim ftplugin, works like a dream. I’d love to know if anyone has a better way. If so, let me know…

Continue Reading 0