aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/configs/stylua3p_ls.lua
blob: 8db0bf8507fc57dc3b9a8bebb619284d7d83ac9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
local util = require('lspconfig.util')

return {
  default_config = {
    cmd = { 'stylua-3p-language-server' },
    filetypes = { 'lua' },
    root_dir = util.root_pattern('.stylua.toml', 'stylua.toml'),
  },
  docs = {
    description = [[
https://github.com/antonk52/lua-3p-language-servers

3rd party Language Server for Stylua lua formatter
]],
  },
}