Is there a Socket REPL package for Vim, like this one https://github.com/mauricioszabo/clover/
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 🙂