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?
should just work. are you using a fairly new lsp-mode package?
perhaps delete it from your elpa or whatever directory and re-install it, including removing .elc files
Status: Installed in ‘lsp-mode-20250507.1938/’ (unsigned).
3 months old
should be good I think. but might still be worth trying...
ok
and restart emacs. I know it's blasphemy
Yep, that helped, thanks!
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!