Fork me on GitHub
#vim
<
2016-11-08
>
dominicm12:11:56

https://github.com/kkinnear/zprint has clojurescript support now. @snoe is it too difficult to get setup writing cljs vim plugins?

dominicm12:11:25

I'd like to try package this up, because I think it would be really awesome to have, especially with no dependencies required.

snoe16:11:42

@dominicm not too tough, there's the couple gotchas in my project.clj Basically without simple optimizations the node target gets a little screwed up because node-host (or neovim) launches the js from a directory other than the plugin's root

snoe16:11:32

what are you looking to do with zprint that was difficult with cljs-rewrite?

dominicm16:11:28

@snoe I think zprint and cljs-rewrite are different. A better comparison would be zprint and cljfmt. My understanding is that zprint is a library with more rules & exceptions.

dominicm16:11:15

I think the example in zprint is good, I don't think cljfmt would get as good a result.

dominicm17:11:00

It's mostly an excuse to get into this stuff