-
I'd like to bind a command that I use frequently to send text to the currently active nrepl session. I use shadow-cljs which starts into a clojure (jvm) repl and I frequently wish to execute I'm hoping for something like this in my init.vim: Amazing plugin by the way! 👍 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Seems like :ConjureEval will do the trick! When I try to make a custom command in my init.vim I get |
Beta Was this translation helpful? Give feedback.
-
I'm struggling to get this to work with a saved command in my init.vim. Attempt 1:
Attempt 2: When I type |
Beta Was this translation helpful? Give feedback.
-
Got it to work with execute.
This unlocks quite a bit of automation. Still amazed at how good Conjure is. Thank you. 👍 |
Beta Was this translation helpful? Give feedback.
Got it to work with execute.
command CljsRepl execute "ConjureEval (shadow.cljs.devtools.api/repl :app)"
This unlocks quite a bit of automation. Still amazed at how good Conjure is. Thank you. 👍