Fork me on GitHub
#vim
<
2019-05-02
>
idiolect00:05:43

Guys can anybody help me setting up the acid neovim plugin?

idiolect00:05:24

I have trouble getting the repl prompt as seen in: https://asciinema.org/a/236693

Olical11:05:42

Are you in Neovim? If not, I'm pretty sure that feature doesn't exist in regular Vim.

hkupty21:05:41

Hi, I'm the author of acid. What's the issue you're having?

hkupty21:05:30

The prompt for starting the nrepl is provided by a secondary plugin, called jazz.nvim

hkupty21:05:08

Feel free to stop me a message if you have any questions or issues with acid or any of my other plugins

fedreg01:05:15

Can’t help with acid but i just started using https://github.com/liquidz/vim-iced and it works great. Uses cider-nrepl

Olical11:05:27

Slight request for feedback (you don't have to be a user of Conjure!), how do people feel about these two ideas? https://github.com/Olical/conjure/issues/31

Olical11:05:52

Any thoughts are much appreciated, I guess in the GitHub issue for future prosperity 😄

dharrigan13:05:03

Does vim fireplace work with a clojure (repl) socket server?

Olical13:05:55

Nope, just nREPL as far as I'm aware. I'd be surprised if it ever supported anything else but who knows!

Olical13:05:07

Maybe Tim could abstract it with unrepl or something.

dharrigan13:05:13

Hm okay. I was excited to see a video cast of Sean Corfield using deps.edn to fire up a socket-serve repl and launch REBL

dharrigan13:05:23

I wanted to do the same, so I copied bits of his deps.edn

dharrigan13:05:40

so I can fire up a socket server and the rebl now, but I can't attach vim to the socket server

dharrigan13:05:19

So, I tried to launch nrepl and rebl together, and whilst nrepl launches, rebl does not

dominicm14:05:38

Nrepl is gaining the ability to inject itself into a socket, so I'm not sure if it's useful.

dominicm14:05:36

Rebl/nrepl can work together, there's even a middleware

dharrigan14:05:26

Oooh, I'll have to discover how that works, time to duckduckgo!

dave15:05:42

(assuming you use neovim)

mauricio.szabo18:05:49

@dharrigan there's also a very crude work-in-progress to migrate the plug-in that Sean uses on Atom to NeoVim called Clematis, but it still isn't ready to be used...

scotts21:05:19

@dharrigan seems like many repl options in vim world. Here are a couple more. With Neovim you can go right to the Socket REPL through the built in terminal like he does here: https://medium.com/@jebberjeb/vim-clojure-tooling-redux-16ce62e4d727

scotts21:05:22

Although I am really liking the direction of this Socket prepl plugin https://github.com/Olical/conjure