Fork me on GitHub
#conjure
<
2021-10-25
>
Hukka07:10:31

Just starting to look into conjure, and couldn't find much anything from google: how is the pretty printing set up with conjure, and is it possible to modify it so that js datastructures (like (clj->js {:foo [1 2 3]})) would be pretty printed like cljs data structures?

Hukka07:10:56

As it is, everything is just printed to a single line, though with colors

walterl14:10:34

I went a different route with this: format it through jet in a new window https://github.com/walterl/dotfiles/blob/master/_config/nvim/plugin/split_jet_pretty.vim

Hukka15:10:40

Jet doesn't ring bells, have to check it out

Hukka15:10:26

Whoo, that was a tricky name to google, but found it!