conjure

:neovim:+:clj: https://github.com/Olical/conjure - If you're enjoying Conjure and want to say thanks: https://github.com/users/Olical/sponsorship :smile: (alt https://conjure.fun/discord)
practicalli-john 2021-04-11T09:40:02.058600Z

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.

Olical 2021-04-11T09:47:33.058800Z

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.

practicalli-john 2021-04-11T10:20:44.059Z

Ah, excellent, thank you.