vim

For discussion on all things (neo)vim.
yiorgos 2021-05-24T17:50:22.012900Z

Is there a Socket REPL package for Vim, like this one https://github.com/mauricioszabo/clover/

Olical 2021-05-24T19:22:05.013100Z

The legacy version of Conjure used socket REPL https://github.com/Olical/conjure/tree/legacy-jvm and I may add support to the modern day iteration one day, but it'll be diminished. Socket REPL and prepl make it pretty hard to provide a nice UX and useful features, I worked on that sort of client for over a year and ended up dropping it in favour of nREPL+CIDER. fwiw 🙂

👍 1