:lang clojure: Add some links and details
This commit is contained in:
parent
27e9c756ea
commit
efb8943568
1 changed files with 7 additions and 7 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue