vim

For discussion on all things (neo)vim.
Sigve 2021-05-24T10:12:13.011700Z

I also encounter the undo-bug often. Which is keeping me from using parinfer at the moment

Aron 2021-05-24T10:43:28.011900Z

same, I would use it happily, but I suspect something I do is very unexpected, or maybe some conflict with another plugin

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👍