lsp

a13 2025-08-15T13:01:25.612339Z

Any recent migrants from Anakondo here? I tried to turn off anakondo completely, and now flycheck doesn't underline unused bindings. It just shows lines with warnings in the fringe. SOLVED, by updating lsp-mode and flycheck. Also, does it feel slower for everyone or just me?

borkdude 2025-08-15T13:02:58.641559Z

should just work. are you using a fairly new lsp-mode package?

☝️ 1
borkdude 2025-08-15T13:03:17.180119Z

perhaps delete it from your elpa or whatever directory and re-install it, including removing .elc files

a13 2025-08-15T13:03:41.181789Z

Status: Installed in ‘lsp-mode-20250507.1938/’ (unsigned).

a13 2025-08-15T13:03:49.960639Z

3 months old

borkdude 2025-08-15T13:04:02.842829Z

should be good I think. but might still be worth trying...

a13 2025-08-15T13:04:08.132519Z

ok

borkdude 2025-08-15T13:04:24.114309Z

and restart emacs. I know it's blasphemy

a13 2025-08-15T13:09:53.462599Z

Yep, that helped, thanks!

ericdallo 2025-08-15T17:49:23.247209Z

clojure-lsp Released clojure-lsp https://github.com/clojure-lsp/clojure-lsp/releases/tag/2025.08.15-15.37.37 with new linters and performance inprovements! 🎉 • Docs ◦ update neovim editor configuration for clojure lsp • General ◦ New feature: Add clojure-lsp/cyclic-dependencies linter to detect cyclic dependencies between namespaces in the project. ◦ New optional :kondo-config-dir setting to configure clj-kondo execution. ◦ Parallelize and log the time spent on built-in linters execution. ◦ Fix https://github.com/clojure-lsp/clojure-lsp/issues/1851: Error when source files have non-ASCII characters in their path or name ◦ Fix caching issue when :source-aliases changes. https://github.com/clojure-lsp/clojure-lsp/issues/2081 ◦ Fix emitting invalid messages if there's an internal error. ◦ Bump clj-kondo to 2025.07.28 considerably improving memory usage. • Editor ◦ Avoid lint .lsp/stubs folder when starting. Main highlights are the clj-kondo bump improving memory and the clojure-lsp/cyclic-dependencies built-in linter!

🎉 6