1.7 KiB
1.7 KiB
lang/clojure
Description
- If possible, include a brief list of feature highlights here
- Like code completion, syntax checking or available snippets
- Include links to packages & external things where possible
Maintainers
- @username_linked_to_gihub (Author)
- @username_linked_to_gihub
- @username_linked_to_gihub
This module has no dedicated maintainers.
Module Flags
+lsp
Enables LSP support. Disables cider.
Plugins
- cider (unless
+lsp
) - clj-refactor
- flycheck-joker
Hacks
- 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.
Prerequisites
This module requires:
- clojure
-
With
+lsp
- clojure-lsp
-
Without
+lsp
- leiningen (REPL)
- joker (linter)