Created
July 29, 2018 20:09
-
-
Save beetleman/87bbadccadf0182c05429e6ce25b59b8 to your computer and use it in GitHub Desktop.
start lein with cider-nrepl injected
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lein update-in :dependencies conj \[org.clojure/tools.nrepl\ \"0.2.13\"\ \:exclusions\ \[org.clojure/clojure\]\] \ | |
-- update-in :plugins conj \[refactor-nrepl\ \"2.4.0-SNAPSHOT\"\] \ | |
-- update-in :plugins conj \[cider/cider-nrepl\ \"0.18.0-SNAPSHOT\"\] \ | |
-- repl :headless :host 0.0.0.0 :port 7000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment