Skip to content

Instantly share code, notes, and snippets.

@michaelvdnest
Created May 7, 2019 07:36
Show Gist options
  • Save michaelvdnest/95875495bdfb6bf5162bd9a2d6135918 to your computer and use it in GitHub Desktop.
Save michaelvdnest/95875495bdfb6bf5162bd9a2d6135918 to your computer and use it in GitHub Desktop.
My Clojure profiles file.
;; Calva depends on nREPL and Cider nREPL middleware
;; Clojure
{:repl {:plugins [[cider/cider-nrepl "0.21.2-SNAPSHOT"]]
:dependencies [[nrepl "0.6.0"]]}}
;; ClojureScript
{:repl {:plugins [[cider/cider-nrepl "0.21.2-SNAPSHOT"]]
:dependencies [[nrepl "0.6.0"]
[cider/piggieback "0.4.0"]
[figwheel-sidecar "0.5.18"]]
:repl-options {:nrepl-middleware [cider.piggieback/wrap-cljs-repl]}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment