nvim-lspconfig/lsp/stylua.lua

13 lines
320 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', '.editorconfig' },
}