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-09-03 08:32:17 +10:00
|
|
|
;[lein-pedantic "0.0.2"]
|
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"]]
|
2012-09-03 08:32:17 +10:00
|
|
|
:dependencies [[clj-stacktrace "0.2.4"]]
|
|
|
|
:injections [(let [orig (ns-resolve (doto 'clojure.stacktrace require)
|
|
|
|
'print-cause-trace)
|
|
|
|
new (ns-resolve (doto 'clj-stacktrace.repl require)
|
|
|
|
'pst)]
|
|
|
|
(alter-var-root orig (constantly @new)))]
|
2012-08-28 04:30:06 +10:00
|
|
|
:vimclojure-opts {:repl true}}}
|