Yeah, remote prepl is a way to go for connecting to remote repls
@vlaaad In addition to reveal dependencies I had to add these dependencies to my Leiningen profile [nrepl "0.8.3"] [nrepl-complete "0.1.0"]
. After that Reveal works nicely with Leiningen! Is this a known issue and should there be a mention in the docs about this. Reveal did warn about missing nrepl dependency but nrepl-complete I figured out from the error I got.
This a design decision 🙂
probably should be mentioned in the docs that reveal has a runtime dependency on nrepl if you want to use nrepl middleware
Makes sense
usually nrepl dependency is automatically injected by tools
e.g. calva does this: https://github.com/vlaaad/reveal/issues/20#issuecomment-760208637
Yep. I use vim and vim-fireplace.
Anyway. Thanks for the tool. It works great!
my pleasure 😊