nvim/lsp/stylua.lua
2025-09-22 16:07:34 +02:00

12 lines
303 B
Lua

---@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' },
}