:lang clojure: Add some links and details

This commit is contained in:
Grazfather 2021-05-08 16:52:27 -04:00 committed by GitHub
parent 27e9c756ea
commit efb8943568
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,11 +19,11 @@
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
running tests, definitions & documentation lookup, code completion, and much
more
+ Refactoring (~clj-refactor~)
+ Linting (~clj-kondo~), requires ~:checkers syntax~
+ LSP support
+ LSP support (~clojure-lsp~)
** Maintainers
This module has no dedicated maintainers.
@ -44,12 +44,12 @@ This module has no dedicated maintainers.
* Prerequisites
This module requires:
+ clojure
+ With =+lsp=
+ clojure-lsp
+ Without =+lsp=
+ [[https://clojure.org/][clojure]]
+ [[https://leiningen.org/][leiningen]] (REPL)
+ [[https://github.com/borkdude/clj-kondo][clj-kondo]] (linter)
+ With =+lsp=
+ [[https://clojure-lsp.github.io/clojure-lsp/][clojure-lsp]]
* TODO Features
# An in-depth list of features, how to use them, and their dependencies.