vim

For discussion on all things (neo)vim.
Michael J Dorian 2020-04-07T15:31:59.007Z

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

2020-04-07T15:33:51.007700Z

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

Michael J Dorian 2020-04-07T15:34:39.008400Z

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

Michael J Dorian 2020-04-07T15:34:41.008600Z

thanks!

2020-04-07T15:45:01.011800Z

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 .

2020-04-07T15:46:37.012500Z

This quirk , bamboozled me for quite sometime .