cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
Endre Bakken Stovner 2020-10-16T18:23:02.219600Z

Auto-completion in Cider requires compliment. Is this something I should download myself? (I am trying to debug why auto-completion does not work in doom emacs with clojure lang option)

dpsutton 2020-10-16T18:47:12.220500Z

its a dependency of cider-nrepl and is there automatically if you are using that. note that cider-jack-in will automatically do this for you if you are using it in that manner

1👍