Hey y'all, I noticed that when a REPL op takes a long time to complete, a neat little activity indicator appears in my minibuffer. I was wondering if that's powered by cider or nrepl somehow, and if so, could direct me to the code? I'm using doom emacs and the latest cider
I think we've had this indicator for at least 5 years, btw. 😄
Here's where the CIDER integration code begins https://github.com/clojure-emacs/cider/blob/5bbb890b533fe8ca4f580f257045f6c87c9c9780/cider-client.el#L44
thanks man 🙂
The indicator itself is powered by the spinner package https://github.com/Malabarba/spinner.el
that answers my question, thank you!