Fork me on GitHub
#vim
<
2020-04-07
>
Michael J Dorian15:04:59

Have any of you folks gotten code folding to work? Did you need a plugin?

noisesmith15:04:51

I just have the normal clojure syntax definition, and fold-method syntax, and it just works

Michael J Dorian15:04:39

Interesting, I wonder if I missed something that isn't specific to clojure

zyxmn15:04:01

Just a heads up if you are using fireplace . If you cpq and run a function in the prompt that has in-ns inside it . The next time you cpq (without opening any other files ) you will be in the new namespace even though the prompt shows the old one .

zyxmn15:04:37

This quirk , bamboozled me for quite sometime .