: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. This module adds support for the Clojure(Script) language.
+ Interactive development environment (~cider~): REPL, compilation, debugging, + 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 more
+ Refactoring (~clj-refactor~) + Refactoring (~clj-refactor~)
+ Linting (~clj-kondo~), requires ~:checkers syntax~ + Linting (~clj-kondo~), requires ~:checkers syntax~
+ LSP support + LSP support (~clojure-lsp~)
** Maintainers ** Maintainers
This module has no dedicated maintainers. This module has no dedicated maintainers.
@ -44,12 +44,12 @@ This module has no dedicated maintainers.
* Prerequisites * Prerequisites
This module requires: This module requires:
+ clojure + [[https://clojure.org/][clojure]]
+ [[https://leiningen.org/][leiningen]] (REPL)
+ [[https://github.com/borkdude/clj-kondo][clj-kondo]] (linter)
+ With =+lsp= + With =+lsp=
+ clojure-lsp + [[https://clojure-lsp.github.io/clojure-lsp/][clojure-lsp]]
+ Without =+lsp=
+ [[https://leiningen.org/][leiningen]] (REPL)
+ [[https://github.com/borkdude/clj-kondo][clj-kondo]] (linter)
* TODO Features * TODO Features
# An in-depth list of features, how to use them, and their dependencies. # An in-depth list of features, how to use them, and their dependencies.