Fork me on GitHub
#vim
<
2021-05-04
>
Aron04:05:18

What else is there beyond parinfer that people most often use in vim? Just vim-sexp and https://github.com/tpope/vim-sexp-mappings-for-regular-people ?

Aron04:05:56

I would like to be able to edit clojurescript files better, and I am not sure where to move, what to practice.

Noah Bogart11:05:21

Those are great. I also like/use andymass/vim-matchup and wellle/targets.vim

rwstauner17:05:45

anybody using vim with shadow-cljs? i tried fireplace and iced ... neither are straightforward, and when i fumble around enough to get a connection working then they seem to break when they try to require cider on the js side and the connection goes bad. my next step at this point is to try downgrading cider, et. al to the versions that were around when these plugins were built, but i also don't really know what should work since i've seen very few mentions of anyone trying this

dharrigan17:05:44

I use conjure with Vim and it supports shadow-cljs

dharrigan17:05:08

I'm playing around with shadow-cljs and it's new to me, but so far, vim + conjure seem to work

dharrigan17:05:53

There is the #conjure channel if you need more help

samoleary17:05:50

fireplace setup with shadow-cljs is relatively straightforward with https://github.com/nrepl/piggieback. I've only arrived into the shadow-cljs world as of last week but haven't had any issues after getting set up. What have you tried with fireplace and shadow-cljs?

rwstauner19:05:39

thanks, i forgot about conjure. after a bit of struggling it now seems to be working for me so at least i can move on.