reveal

chromalchemy 2021-10-26T21:02:31.004400Z

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-760208637

vlaaad 2021-10-26T21:29:17.004600Z

What editor/IDE are you using? Can you see/edit the command it runs when starting the nrepl server?

chromalchemy 2021-10-27T02:59:05.004900Z

Cursive

chromalchemy 2021-10-27T02:59:10.005100Z

Intellij

chromalchemy 2021-10-27T03:35:15.005300Z

Looks like I just had to add nrepl dep to project.clj It’s loading now!

👍 1
chromalchemy 2021-10-27T03:36:18.005500Z

Is there any way to load it as a sub-window within Intellij? Like the normal built in REPL view?

vlaaad 2021-10-27T05:20:16.005700Z

Unfortunately no, it's a separate window