-
-
Save 4mitch/83ee13880ef16a41a3be8c4e17cf5954 to your computer and use it in GitHub Desktop.
My Leiningen profiles.clj
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
;; put this into profiles.clj in ~/.lein folder | |
{:user {:jvm-opts ^:replace ["-Xmx3G"] | |
:plugins [[cider/cider-nrepl "0.19.0-SNAPSHOT"] | |
[refactor-nrepl "2.4.0"] | |
[lein-ancient "0.6.15"] | |
[jonase/eastwood "0.3.3"] | |
[lein-pprint "1.2.0"] | |
[lein-try "0.4.3"] | |
[lein-cloverage "1.0.13"]] | |
:middleware [cider-nrepl.plugin/middleware | |
refactor-nrepl.plugin/middleware] | |
:dependencies [[nrepl "0.5.3"] | |
[org.clojure/tools.namespace "0.2.11"]] | |
,,,}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment