Skip to content

Instantly share code, notes, and snippets.

@galdolber
Last active December 6, 2015 01:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save galdolber/621870e7931006772dd5 to your computer and use it in GitHub Desktop.
Save galdolber/621870e7931006772dd5 to your computer and use it in GitHub Desktop.
{:repl {:plugins [[cider/cider-nrepl "0.10.0"]
[lein-cloverage "1.0.2"]
[lein-kibit "0.0.8"]
[lein-marginalia "0.8.0"]
[lein-bikeshed "0.2.0"]
[lein-capsule "0.1.1"]
[slamhound "1.5.5"]
[lein-droid "0.3.5"]
[lein-exec "0.3.4"]
[jonase/eastwood "0.2.1"]]
:dependencies [[org.clojure/tools.nrepl "0.2.12"]
[com.cemerick/piggieback "0.2.2-SNAPSHOT"]]
:repl-options {:nrepl-middleware [cemerick.piggieback/wrap-cljs-repl]}}
:user {:plugins [[lein-ancient "0.6.8" :exclusions
[org.clojure/core.cache org.clojure/clojure]]]
:ultra {:color-scheme :solarized_dark}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment