- Docs
-
update neovim editor configuration for clojure lsp
-
General
- New feature: Add
clojure-lsp/cyclic-dependencieslinter to detect cyclic dependencies between namespaces in the project. - New optional
:kondo-config-dirsetting to configure clj-kondo execution. - Parallelize and log the time spent on built-in linters execution.
- Fix [#1851]: Error when source files have non-ASCII characters in their path or name
- Fix caching issue when :source-aliases changes. [#2081]
- Fix emitting invalid messages if there's an internal error.
-
Bump clj-kondo to
2025.07.28considerably improving memory usage. -
Editor
- Avoid lint .lsp/stubs folder when starting.