vim

For discussion on all things (neo)vim.
frankitox 2021-04-24T16:51:51.087200Z

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

frankitox 2021-04-24T16:54:58.087300Z

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)

frankitox 2021-04-24T16:55:49.087500Z

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

frankitox 2021-04-24T16:56:43.087700Z

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

frankitox 2021-04-24T17:12:22.087900Z

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

1👍