I am interested in enabling code folding in vim for python coding.
I have noticed multiple ways to do so.
Does anyone have a preferred way to do python code folding in vim?
I.e,
- do you have a particular vim plugin that you use and like?
- do you use manual folding or do you place markers in comments?
- any other recommended ways to do code folding for python in vim?