I am trying to get Reveal set up in a Cursive Lein project (nrepl?) I followed the basic configuration under Lein section in docs. Added
:profiles {:reveal {:dependencies [[vlaaad/reveal "1.3.224"]]
:repl-options {:nrepl-middleware [vlaaad.reveal.nrepl/middleware]}}}
to Project.clj
I am getting the same error on this issue. Where would I put these commands?
https://github.com/vlaaad/reveal/issues/20#issuecomment-760208637What editor/IDE are you using? Can you see/edit the command it runs when starting the nrepl server?
Cursive
Intellij
Looks like I just had to add nrepl dep to project.clj It’s loading now!
Is there any way to load it as a sub-window within Intellij? Like the normal built in REPL view?
Unfortunately no, it's a separate window