vim

For discussion on all things (neo)vim.
Olical 2021-05-22T11:09:59.010200Z

Damn! Nice work!!! I know how fiddly this concept can be to implement 😅

1👍
dominicm 2021-05-22T15:21:06.010500Z

I don't have these problems because I copy using vim-sexp, which means my copies are perfectly valid syntax too. e.g. yaf is a common operation for me.

Aron 2021-05-22T15:52:51.010700Z

Sure, that is the case when the place you copy from is well formatted. I am working on the frontend, and no one else uses clojure around me. So the places I copy from atm. are rarely well formatted S-expressions or opened in vim at all. : )

dominicm 2021-05-22T20:04:50.010900Z

I don't really understand your use case, it sounds like you're not copying clojure code.

Aron 2021-05-22T20:45:43.011100Z

that's what I said