docs(clojure): add formatter docs

This commit is contained in:
Ellis Kenyo 2023-02-24 14:04:23 +00:00
parent c9d9051ef9
commit be26181d4f
No known key found for this signature in database
GPG key ID: 298BE5D997EBAA02

View file

@ -47,6 +47,7 @@ This module requires:
- [[https://clojure-lsp.github.io/clojure-lsp/][clojure-lsp]], for LSP support (if [[doom-module:+lsp]]) - [[https://clojure-lsp.github.io/clojure-lsp/][clojure-lsp]], for LSP support (if [[doom-module:+lsp]])
- [[https://github.com/babashka/neil][neil]] for the ability to add packages to your Clojure project from Emacs - [[https://github.com/babashka/neil][neil]] for the ability to add packages to your Clojure project from Emacs
- [[https://github.com/borkdude/jet][jet]] for jet integration - [[https://github.com/borkdude/jet][jet]] for jet integration
- [[https://github.com/weavejester/cljfmt][cljfmt]], for formatting code (if [[doom-module::editor format]])
* Usage * Usage