-
-
Notifications
You must be signed in to change notification settings - Fork 207
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels