adding lua formatter to helix config

This commit is contained in:
Matthew Ryan Dillon 2025-11-05 20:13:36 -05:00
parent 831889a206
commit 858b8833eb

View file

@ -130,3 +130,7 @@ language-servers = ["gopls", "lsp-ai"]
[[language]] [[language]]
name = "markdown" name = "markdown"
language-servers = ["marksman", "lsp-ai"] language-servers = ["marksman", "lsp-ai"]
[[language]]
name = "lua"
formatter = { command = "stylua", args = [ "-" ] }