Created
May 7, 2019 07:36
-
-
Save michaelvdnest/95875495bdfb6bf5162bd9a2d6135918 to your computer and use it in GitHub Desktop.
My Clojure profiles file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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