From 9efadb5a420c9a2824f22aa3d9112e320cb49a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellis=20Keny=C5=91?= Date: Sat, 19 Nov 2022 14:31:53 +0000 Subject: [PATCH] docs(nim): add formatter docs --- modules/lang/nim/README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/lang/nim/README.org b/modules/lang/nim/README.org index b61d87eeb..805e2fa5b 100644 --- a/modules/lang/nim/README.org +++ b/modules/lang/nim/README.org @@ -51,6 +51,10 @@ Alternatively, nim is usually available through your OS's package manager: - Arch Linux: ~$ pacman --needed --noconfirm -S nim nimble~ - openSUSE: ~$ zypper install nim~ +** Formatter + +Formatting is handled using the [[doom-module::editor format]] module via [[https://github.com/FedericoCeratto/nimfmt#installation][nimfmt]]. + * TODO Usage #+begin_quote 🔨 This module has no usage documentation yet. [[doom-contrib-module:][Write some?]]