i gave it a try. it does fold comment blocks, but it appears to fold other things too even with this:
let g:clojure_foldwords = "comment"
i have comment blocks interleaved with other top-level forms in some of my .clj
files and the other top-level forms are also getting folded.the interleaved code looks like this for example: https://github.com/sogaiu/alc.x-as-tests/blob/master/src/alc/x_as_tests/impl/runner.clj
Awesome!
@olical the timeout feature nicely deals with Figwheel REPL hangs. Thanks! :thumbsup: