isInline = false;
I am interested in enabling code folding in Vim for Python code. I have noticed multiple ways to do so.
break;
Does anyone have a preferred way to do Python code folding in Vim? I.e,
case "br":
- Do you have a particular Vim plugin that you use and like?
outText.Write("\r\n");
- Do you use manual folding or do you place markers in comments?
skip = true;
- Any other recommended ways to do code folding for Python in Vim?