Skip to content
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

Update REPL integration wiki documentation #733

Open
poenneby opened this issue Apr 24, 2019 · 0 comments
Open

Update REPL integration wiki documentation #733

poenneby opened this issue Apr 24, 2019 · 0 comments

Comments

@poenneby
Copy link

poenneby commented Apr 24, 2019

Hello!

I recently tried to setup REPL driven dev with Vim and while following your wiki entry I ran into some problems with library versions.
Below is the configuration that made it work for me:

REPL-y 0.4.3, nREPL 0.6.0
Clojure 1.10.0
  :profiles
  {:dev
   {:dependencies [[figwheel-sidecar "0.5.18"]
                   [cider/piggieback "0.4.0"]]
    :source-paths ["src/cljs"]
    :plugins      [[lein-figwheel "0.5.18"]]}
   }
  :repl-options {:nrepl-middleware [cider.piggieback/wrap-cljs-repl]}

Possible to get the wiki updated accordingly?

Thanks
Peter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant