Anyone tried to use vim-iced with cognitect's REBL? Or reveal?
The way I've tried to use both is first running clj
instead of the iced
script, including in my deps not only REBL but the dependencies iced
injects (using --dryrun
to find those deps)
Then from REBL started the nREPL server as suggested in the https://docs.datomic.com/cloud/other-tools/REBL.html#nRPEL.
And I can connect with IcedConnect
from vim, but the evaluation results are displayed only in the output buffer, not on REBL.
Welp, for now the best alternative I found is to use iced_eval_and_tap
.