-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cider Documentation #111
Comments
You basically have 2 choices if you want to use Figwheel with Cider:
(use 'figwheel-sidecar.repl-api)
(cljs-repl)
user> (use 'figwheel-sidecar.repl-api)
nil
user> (start-figwheel!) You can see more details there : https://github.com/bhauman/lein-figwheel/wiki/Using-the-Figwheel-REPL-within-NRepl |
In Emcas you could also set (setq cider-cljs-lein-repl "(do (use 'figwheel-sidecar.repl-api) (start-figwheel!) (cljs-repl))") in your config. |
The template is working well with Note regarding Also, when using the template with |
Cider-jack-in doesn't seem to start up figwheel, and the figwheel docs claim cider integration is 'very advanced'.
Does inclusion of the cider option handle figwheel/cider integration -- or does it just assume you won't use figwheel or devcards while using cider?
I'm normally an inf-clojure user -- but seeing the +cider was too tempting not to try out
The text was updated successfully, but these errors were encountered: