-
-
Save ah45/6324b0c01f733fa05e579b8ab45aea71 to your computer and use it in GitHub Desktop.
lein REPL alias
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
;; in ~/.lein/profiles.clj | |
{;; a distinct cider-nrepl profile | |
:cider-nrepl {:plugins [[cider/cider-nrepl "0.22.0-beta1"] | |
[refactor-nrepl "2.4.0"]]} | |
;; with an alias to always use it when running `lein repl` | |
:user {:aliases {"repl" ["with-profile" "+cider-nrepl" "repl"]}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment