Skip to content

Instantly share code, notes, and snippets.

@beetleman
Created July 29, 2018 20:09
Show Gist options
  • Save beetleman/87bbadccadf0182c05429e6ce25b59b8 to your computer and use it in GitHub Desktop.
Save beetleman/87bbadccadf0182c05429e6ce25b59b8 to your computer and use it in GitHub Desktop.
start lein with cider-nrepl injected
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