Fork me on GitHub
#vim
<
2022-04-07
>
JohnJ17:04:31

Hello, is there a vim plugin that works with the built-in socket REPL?

clj.max17:04:41

Is socket REPL the same as NREPL? I use https://github.com/Olical/conjure but it's only for Neovim

JohnJ17:04:15

No, they are a different

JohnJ17:04:28

but I'll check it out thx

Nundrum18:04:09

I can't say for sure because I'm not using it, but I think vim-iced will do it.

Nundrum18:04:34

And if you're using neovim, there's a plugin for the socket repl, but not for regualr vim AFAIK

JohnJ18:04:52

do you know the name of that nvim plugin?

FlorianK07:04:38

A while ago I read a blog post of the creator of Conjure: https://oli.me.uk/exploring-repl-tooling-with-prepl/ I thought it was quite interesting, and in it he explains that Conjure uses something he calls a prepl, which seems to be a certain kind of socket repl

JohnJ17:04:25

Interesting thx, helpful for writing my one little plugin. Looks like they gave un entirely on socket repl/prepl and moved everything to nrepl, understandable since they want something feature rich as cider.