aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/configs/selene3p_ls.lua
blob: ea6377ec2986c625a921b207c57d3cc2b0517797 (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 = { 'selene-3p-language-server' },
    filetypes = { 'lua' },
    root_dir = util.root_pattern('selene.toml'),
  },
  docs = {
    description = [[
https://github.com/antonk52/lua-3p-language-servers

3rd party Language Server for Selene lua linter
]],
  },
}