This module adds support for the Clojure(Script) language.
- Interactive development environment (
cider
): REPL, compilation, debugging, running tests, definitions & documentation lookup, code completion, and many more - Refactoring (
clj-refactor
) - Linting (
clj-kondo
), requires:checkers syntax
- LSP support
This module has no dedicated maintainers.
+lsp
Enables LSP support, alongside Cider.
- Error messages emitted from CIDER are piped into the REPL buffer when it is first opened, to make them easier to notice.
- Disabled the help banner when opening the cider REPL.
This module requires: