mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
add clojure stuff
This commit is contained in:
parent
9de04a34f1
commit
e3da38d360
1 changed files with 25 additions and 0 deletions
25
clojure/deps.edn
Normal file
25
clojure/deps.edn
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{:mvn/repos
|
||||
{"central" {:url "https://repo1.maven.org/maven2/"}
|
||||
"clojars" {:url "https://repo.clojars.org/"}}
|
||||
|
||||
:aliases
|
||||
{:new {:extra-deps {com.github.seancorfield/clj-new {:mvn/version "1.2.399"}}
|
||||
:exec-args {:template "app"}
|
||||
:exec-fn clj-new/create}
|
||||
|
||||
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "1.8.847"}}
|
||||
:main-opts ["-m" "antq.core"]}
|
||||
|
||||
:cider {:extra-deps {org.clojure/clojure {:mvn/version "1.11.1"}
|
||||
cider/cider-nrepl {:mvn/version "0.28.5"}
|
||||
refactor-nrepl/refactor-nrepl {:mvn/version "3.5.5"}}
|
||||
:main-opts ["-m" "nrepl.cmdline"
|
||||
"--middleware" "[cider.nrepl/cider-middleware,refactor-nrepl.middleware/wrap-refactor]"
|
||||
"--interactive"]}
|
||||
|
||||
:rebel {:extra-deps {nrepl/nrepl {:mvn/version "0.9.0"}
|
||||
cider/cider-nrepl {:mvn/version "0.28.5"}
|
||||
com.bhauman/rebel-readline {:mvn/version "0.1.4"}}
|
||||
:main-opts ["-m" "nrepl.cmdline" "--interactive"
|
||||
"--middleware" "[cider.nrepl/cider-middleware]"
|
||||
"-f" "rebel-readline.main/-main"]}}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue