This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-24
Channels
- # announcements (2)
- # beginners (22)
- # cider (10)
- # clojure (47)
- # clojure-italy (2)
- # clojure-spec (2)
- # clojure-uk (1)
- # clojurebridge (5)
- # clojurescript (19)
- # cursive (1)
- # data-science (7)
- # datomic (2)
- # duct (18)
- # emacs (6)
- # figwheel-main (2)
- # java (2)
- # luminus (1)
- # nrepl (20)
- # off-topic (69)
- # om (3)
- # pathom (45)
- # quil (2)
- # re-frame (16)
- # reagent (1)
- # reitit (6)
- # ring (2)
- # shadow-cljs (33)
- # tools-deps (9)
- # vim (6)
- # yada (1)
@lockdown- that looks to me like your nrepl connection is stalling out and not returning a value for fireplace to make use of.
worth checking before firing up vim: is there an .nrepl-port
file wherever you’ve started up your JVM clojure process?
if yes, cat
it and remember the port … then in vim go to a clojure namespace and :Connect
… enter that port when asked
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).