Fork me on GitHub
#vim
<
2021-03-17
>
athomasoriginal20:03:13

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?

Noah Bogart21:03:26

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

sheepy 3
juhoteperi09:03:59

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

Noah Bogart17:03:59

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

juhoteperi17:03:09

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

juhoteperi17:03:39

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

athomasoriginal21:03:02

Nice! Do you also use a socket repl?