vim

For discussion on all things (neo)vim.
athomasoriginal 2021-03-17T20:33:13.001900Z

Hey all! Just started experimenting with vim + clojure to see what the ecosystem is like. If one is using socket repl what is the recommended vim plugin to support this flow? I see vim-iced has basic support, but i’m curious if other plugins are more feature support?

schmee 2021-03-17T20:39:41.002200Z

I’ve been very happy recently with https://github.com/Olical/conjure/wiki/Quick-start:-Clojure

NoahTheDuke 2021-03-17T21:00:26.002900Z

I use vim-iced, and except for the bug where the whole function is pasted instead of the most recently yanked/deleted thing (https://github.com/liquidz/vim-iced/issues/314), it's great

1
juhoteperi 2021-03-18T09:00:59.005900Z

That really does seem like some interference with other plugins or something, I'm not seeing that problem

NoahTheDuke 2021-03-18T17:02:59.006100Z

i've tried to isolate but it's infrequent enough that I haven't been able to, sadly. I'll keep an eye out and post in that issue if I do figure something out

juhoteperi 2021-03-18T17:05:09.006300Z

You can use vim-iced without other plugins to validate if it is something else: https://liquidz.github.io/vim-iced/#minimal_configuration

juhoteperi 2021-03-18T17:06:39.006500Z

Or does it even happen everytime you yank text from a comment?

athomasoriginal 2021-03-17T21:18:02.003600Z

Nice! Do you also use a socket repl?