Fork me on GitHub
#vim
<
2021-04-24
>
frankitox16:04:51

Anyone tried to use vim-iced with cognitect's REBL? Or reveal?

frankitox16:04:58

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)

frankitox16:04:49

Then from REBL started the nREPL server as suggested in the https://docs.datomic.com/cloud/other-tools/REBL.html#nRPEL.

frankitox16:04:43

And I can connect with IcedConnect from vim, but the evaluation results are displayed only in the output buffer, not on REBL.

frankitox17:04:22

Welp, for now the best alternative I found is to use iced_eval_and_tap .

👍 2