Skip to content

Instantly share code, notes, and snippets.

@friemen
Last active August 21, 2023 07:50
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save friemen/5153156d765265fe5c13 to your computer and use it in GitHub Desktop.
Save friemen/5153156d765265fe5c13 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 ["-Xmx6G" "-XX:-OmitStackTraceInFastThrow"]
:repl-options {:timeout 180000}
:plugins [[cider/cider-nrepl "0.35.1"]
[refactor-nrepl "3.9.0"]
[lein-ancient "1.0.0-RC3"]
[jonase/eastwood "0.3.14"]
[lein-try "0.4.3"]
[lein-cloverage "1.0.13"]
[lein-count "1.0.9"]
[lein-nvd "1.3.1"]]
:middleware [cider-nrepl.plugin/middleware
refactor-nrepl.plugin/middleware]
:dependencies [[nrepl "0.9.0"]
[fipp "0.6.22"]
[criterium "0.4.5"]
[org.clojure/tools.namespace "0.2.10"]]
,,,}}
@christiaan-janssen
Copy link

Same here, had some cider problems and this helped to fix it, thanks!

@shmuelko
Copy link

Thank you very much!!

@desvige
Copy link

desvige commented Apr 19, 2020

Very helpful, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment