dotfiles/languages/clojure/lein/profiles.clj

10 lines
367 B
Clojure
Raw Normal View History

2012-07-20 15:19:12 +10:00
{:user {:plugins [[lein-beanstalk "0.2.2"]
[lein-light "0.0.4"]
2012-08-18 13:25:13 +10:00
[lein-marginalia "0.7.1"]
[lein-clojars "0.9.0"]
[lein-tarsier "0.9.1"]
2012-07-20 15:19:12 +10:00
[lein-outdated "0.1.0"]
[lein-ring "0.7.1"]
2012-08-18 13:25:13 +10:00
[lein-swank "1.4.0"]]
:vimclojure-opts {:repl true}}