From 0577da300b2db82ad604520108a9b487cf972554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellis=20Keny=C5=91?= Date: Sat, 19 Nov 2022 14:26:54 +0000 Subject: [PATCH] docs(lua): add formatter docs --- modules/lang/lua/README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/lang/lua/README.org b/modules/lang/lua/README.org index 749f074e6..a3fe30bd0 100644 --- a/modules/lang/lua/README.org +++ b/modules/lang/lua/README.org @@ -75,6 +75,10 @@ Eglot currently only supports one of the above servers out of the box: =$EMACSDIR/.local/etc/lsp/lua-language-server/=. See ~+lua-lsp-dir~ variable to change this. +** Formatter + +Formatting is handled using the [[doom-module::editor format]] module via [[https://github.com/JohnnyMorganz/StyLua#installation][Stylua]]. + * TODO Usage #+begin_quote 🔨 This module has no usage documentation yet. [[doom-contrib-module:][Write some?]]