emacs

Simun Karacic 2025-01-07T10:39:29.824169Z

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?

a13 2025-01-07T11:46:54.307619Z

Sorry, I don't use spacemacs, but there is anakondo package that works independently of nrepl and uses clj-kondo under the hood.

oyakushev 2025-01-07T13:29:30.840099Z

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.

👀 1
Simun Karacic 2025-01-07T13:45:37.451559Z

Huh, turning on the laptop now and starting spacemacs triggered a bunch of updates, and now completion works 😅 Thanks for the help folks!