Thanks, this one seemed to work the best (if not completely optimal: If I add a new function, the millisecond of mismatched braces causes a bunch of functions to defold…) I guess I am going to have to play around with the various methods to see which one I like best..
try:
:set foldmarker={,}
:set foldmethod=marker
or:
syn region myFold start=”{” end=”}” transparent fold
set set foldmethod=syntax
Thanks, this one seemed to work the best (if not completely optimal: If I add a new function, the millisecond of mismatched braces causes a bunch of functions to defold…) I guess I am going to have to play around with the various methods to see which one I like best..