Fork me on GitHub
#conjure
<
2022-05-30
>
marciol17:05:29

Hey, I don't know if it was raised before, but I ask to apologize me if so.

marciol17:05:48

One thing that I miss so much from Fireplace is the concept of quasi-repl, when every clojure evaluation goes to a command prompt, very similar to what happens with HUD

marciol18:05:22

Because sometimes I don't want to open the log in a new buffer to interact with the result of eval, and HUD simply disappears

marciol18:05:13

I'm also thinking about having Fireplace just to do this, so would be nice to heard what do you think about it

Dumch18:05:33

Conjure allows to copy the repl-result into the clipboar. May be this + comment block in the buffer will allow you to have similar workflow?

marciol20:05:45

Need to know how to get the result into the clipboard

Dumch20:05:08

g:conjure#eval#result_register I have (set nvim.g.conjure#eval#result_register "*") in my config

❤️ 1
marciol20:05:41

Nice, I'm going to try this