blob: 79c12af5feab1d03660523e1cb917f59207e8072 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
---@brief
---
--- https://github.com/JohnnyMorganz/StyLua
---
--- A deterministic code formatter for Lua 5.1, 5.2, 5.3, 5.4, LuaJIT, Luau and CfxLua/FiveM Lua
---@type vim.lsp.Config
return {
cmd = { 'stylua', '--lsp' },
filetypes = { 'lua' },
root_markers = { '.stylua.toml', 'stylua.toml' },
}
|