feat: set default lua formatter to stylua
This commit is contained in:
parent
147ec6127f
commit
bdd1e1dd1c
1 changed files with 1 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ pub const kdl = .{};
|
|||
|
||||
pub const lua = .{
|
||||
.language_server = .{"lua-language-server"},
|
||||
.formatter = .{ "stylua", "--indent-type", "{{indent_mode}}", "--indent-width", "{{indent_size}}", "-" },
|
||||
};
|
||||
|
||||
pub const mail = .{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue