Is there an equivalent of cider-jack-in
for lein projects in inf-clojure? Following Readme, I added
1) :jvm-opts ["-Dclojure.server.repl={:port 5555 :accept clojure.core.server/repl}"]
as a top level key in ~/.lein/profiles.clj.
2) (setf inf-clojure-lein-cmd '("localhost" . 5555))
Starting lein repl
on project's root folder still starts nrepl, instead of socket repl, and even then I can't connect to it with C-c M-c
.
Additionally, all inf-clojure commands connect to an existing socket (that one must start on a cli) vs starting one based on lein project map.
Suggestions?