This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-13
Channels
- # 100-days-of-code (2)
- # announcements (1)
- # beginners (41)
- # boot (1)
- # calva (3)
- # cider (25)
- # cljdoc (20)
- # cljs-dev (24)
- # clojure (16)
- # clojure-conj (1)
- # clojure-dev (9)
- # clojure-germany (1)
- # clojure-italy (4)
- # clojure-uk (8)
- # clojurescript (25)
- # community-development (14)
- # cursive (4)
- # datascript (2)
- # datomic (20)
- # duct (16)
- # emacs (12)
- # fulcro (168)
- # graphql (1)
- # keechma (3)
- # leiningen (1)
- # luminus (5)
- # off-topic (13)
- # re-frame (8)
- # reagent (3)
- # rum (1)
- # shadow-cljs (24)
- # spacemacs (32)
- # unrepl (2)
- # vim (2)
the description is saying that it will add it to the middleware that the nREPL server uses
otherwise you would have to add additional configuration to tell shadow-cljs to use the cider-nrepl middleware when it starts the nREPL server
there are other cases, such as starting shadow-cljs from within CIDER itself, that it will automatically inject the cider-nrepl dependency
I tried to read the figwheel.main docs. It keeps talking about āfigwheel replā ācljs replā ānreplā āclojure replā and more. So confusing!
Now I have cider-nrepl and shadow work now. Anything else you would recommend for me to use?
looks like it has some instructions here: https://github.com/ctford/vim-fireplace-easy
@lilactown It says some warnings, but other than that, the eval and autocompletion are working, so I guess itās working.