Hey everyone, not sure if this is the correct place, but I'm https://clojurians.slack.com/archives/C053AK3F9/p1736185843770049?thread_ts=1736185843.770049&cid=C053AK3F9 getting autocomplete to work with Spacemacs. Can anyone can give me some pointers on what to try to fix this?
Sorry, I don't use spacemacs, but there is anakondo package that works independently of nrepl and uses clj-kondo under the hood.
You can do M-x nrepl-toggle-message-loggin. Then, try autocompleting something or do some other actions around the code (bring up the docs for some function, jump to definition, etc.), and then switch to *nrepl-messages ...* buffer and show what's in there.
Huh, turning on the laptop now and starting spacemacs triggered a bunch of updates, and now completion works 😅 Thanks for the help folks!