Working on some small, fun side projects today with lumo. What's the best way to connect to a lumo repl in cljs? I found a few github issues on various projects but they're a few years old so I'm curious if one of those options has caught on.
More research suggests the best way is to run either a lumo socket repl or inferior lisp. How do I install inf-clojure?
Got it working! Added inf-clojure for dotspacemacs-additional-packages and used inf-clojure-connect as well as inf-clojure-minor-mode in my cljs buffer.
Thanks to @borkdude for the missing pieces here.