I am interested in enabling code folding in Vim for Python code. I have noticed multiple ways to do so.
Does anyone have a preferred way to do Python code folding in
I use this syntax file for Python. It sets the folding method to syntax and folds all classes and functions, but nothing else.