Fork me on GitHub
#vim
<
2018-07-11
>
cristibalan12:07:59

Finally got it working. Had to use :Piggieback (figwheel-sidecar.repl-api/repl-env "blah") instead of the cljs-repl used by the emacs people.

cristibalan12:07:07

The apparent success from before was from having some log statements being ran when sidecar was reloading the file.

dominicm12:07:18

Oh, sorry, yes, thats... yes

dominicm12:07:22

I should have noticed that.

dominicm12:07:46

I actually got the repl-env stuff in

fedreg17:07:01

Hi all, I pretty much gave up vim for emacs when I started writing Clojure around a year ago… I would love to start looking back into editing clojure with vim but haven’t had the time to look at the current tooling. Can anybody point me to a simple vimrc that I can pull in and get up to speed with quickly? ….was using neovim before switching but either vim or nvim is fine. Thx!!!

dominicm18:07:07

@fedreg I'd recommend mine, but I imagine you might work differently to me with grep, file nav, buffer switching, etc

fedreg18:07:49

@dominicm Thx! Just need a starting point to get me back into it. If yours is straightforward and you would not mind sharing it I would love to take a look. Once I have a bit more time I’ll dive in and tweak the specifics.