Fork me on GitHub
#reveal
<
2021-10-26
>
chromalchemy21:10:31

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

vlaaad21:10:17

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

chromalchemy03:10:15

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

👍 1
chromalchemy03:10:18

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

vlaaad05:10:16

Unfortunately no, it's a separate window