When running a command line REPL for Conjure to connect to, I assume I just need the nREPL server running using the nrepl/nrepl
library.
Or does Conjure also require / benefit from including the cider/cider-nrepl
library when starting the command line REPL?
I'm assuming cider/cider-nrepl
is not a required dependency for the command line REPL, as it seems to work okay. But just wanted to check.
Not required, but advised for completion / go to definition etc. I do plan on adding support for the nREPL 0.8 completion and info ops soon though, that'll get more things working to some degree without CIDER.
Ah, excellent, thank you.