aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/stylua3p_ls.lua
blob: 33fac54eeb3f60376d4b8ec6a75792b3d0274122 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---@brief
---
-- https://github.com/antonk52/lua-3p-language-servers
--
-- 3rd party Language Server for Stylua lua formatter
return {
  cmd = { 'stylua-3p-language-server' },
  filetypes = { 'lua' },
  root_markers = { '.stylua.toml', 'stylua.toml' },
}