adding lua formatter to helix config
This commit is contained in:
parent
831889a206
commit
858b8833eb
1 changed files with 4 additions and 0 deletions
|
|
@ -130,3 +130,7 @@ language-servers = ["gopls", "lsp-ai"]
|
|||
[[language]]
|
||||
name = "markdown"
|
||||
language-servers = ["marksman", "lsp-ai"]
|
||||
|
||||
[[language]]
|
||||
name = "lua"
|
||||
formatter = { command = "stylua", args = [ "-" ] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue