Skip to content

Update REPL integration wiki documentation #733

@poenneby

Description

@poenneby

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions