Fork me on GitHub
#vim
<
2019-02-24
>
rgm01:02:36

@lockdown- that looks to me like your nrepl connection is stalling out and not returning a value for fireplace to make use of.

rgm01:02:44

worth checking before firing up vim: is there an .nrepl-port file wherever you’ve started up your JVM clojure process?

rgm01:02:24

if yes, cat it and remember the port … then in vim go to a clojure namespace and :Connect … enter that port when asked

rgm01:02:24

in theory fireplace should handle this for you behind the scenes the first time you cpp but your video has that look I’ve seen when fireplace can’t establish an nrepl connection (usually for me it’s that I never started the nrepl server).

johnj03:02:07

yeah, I checked that, the issue is it works fine with some forms sometimes and doesn't with others

johnj03:02:34

this is all in localhost, but is interesting to know you have seen it too when no nrepl server exists.