Skip to content

Instantly share code, notes, and snippets.

@4mitch
Forked from friemen/profiles.clj
Created December 21, 2018 13:52
Show Gist options
  • Save 4mitch/83ee13880ef16a41a3be8c4e17cf5954 to your computer and use it in GitHub Desktop.
Save 4mitch/83ee13880ef16a41a3be8c4e17cf5954 to your computer and use it in GitHub Desktop.
My Leiningen profiles.clj
;; 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