This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-14
Channels
- # aws (1)
- # beginners (52)
- # boot (1)
- # cider (9)
- # clara (4)
- # cljs-dev (40)
- # cljsrn (2)
- # clojure (166)
- # clojure-dusseldorf (1)
- # clojure-italy (38)
- # clojure-spec (13)
- # clojure-uk (32)
- # clojurescript (337)
- # cursive (11)
- # data-science (47)
- # datomic (11)
- # emacs (3)
- # events (1)
- # fulcro (57)
- # hoplon (16)
- # jobs-discuss (1)
- # juxt (11)
- # keechma (21)
- # mount (2)
- # off-topic (44)
- # onyx (9)
- # re-frame (33)
- # reagent (1)
- # ring-swagger (3)
- # specter (2)
- # test-check (37)
- # vim (30)
Hi, I'm trying to use fireplace with clojurescript. Can :Connect to nrepl can eval simple stuff but K
didn't work and tried (.log js/console "Hello") but it said can't find console. Any idea?
I'm a little bit confused. When I run lein repl
, it prompted "nREPL server started on port 60343" but in the same repl, I start figwheel and it said "Figwheel: Starting nREPL server on port: 7888" if I connect to 60343, K
works but 7888 doesn't work
@dominicm I follow this instruction https://github.com/bhauman/lein-figwheel/wiki/Using-the-Figwheel-REPL-with-Vim
https://github.com/bhauman/lein-figwheel/wiki/Using-the-Figwheel-REPL-within-NRepl this is the guide to follow first for vim I guess
@dominicm seems like I forgot to run (cljs-repl)
after (start-figwheel!)
. Everything works but gf
. Almost there! 😮
I uh, actually don't use gf
, I use Ctrl-W+Ctrl-D, for everything. It seems to work for namespaces to.
Does anyone have a good workflow to connect vim to figwheel reliably? I can only make it work with the figwheel template - I don't know the workflow to connect to luminus or chestnut based projects... This seems so wonky to me. Does connecting to the browser repl completely depend on this workflow: https://github.com/bhauman/lein-figwheel/wiki/Using-the-Figwheel-REPL-with-Vim
i was specifically trying to connect to https://github.com/ClojureTO/JS-Workshop/tree/re-frame