Fork me on GitHub
#vim
<
2017-07-31
>
dominicm09:07:36

https://github.com/neovim/node-client#installation node-client changed again. I hate this new installation method.

jebberjeb15:07:35

Are there any formatters / plugins for vim that format clojure maps like

(def foo {:short              'a
          :much-longer        'b})

jebberjeb15:07:25

... for nested maps, vectors, etc?

jebberjeb15:07:31

deeply nested

jebberjeb15:07:07

Because if I was going to use neovim-client to write a useful plugin, that might be it. I don't format my code like that, but I frequently encounter it.

dominicm16:07:09

zprint can do that.

dominicm16:07:13

No plugin needed, very fast cli

dominicm16:07:34

I have zprint configured to reverse it every time it finds it. 👿 But that's another matter

jebberjeb16:07:17

alright, zprint it is

dominicm16:07:01

sorry to break your idea

jebberjeb16:07:11

no thank you for breaking it 🙂