aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/selene3p_ls.lua
blob: 72755cf408745865af78371db6fcdb019558f06c (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 Selene lua linter
return {
  cmd = { 'selene-3p-language-server' },
  filetypes = { 'lua' },
  root_markers = { 'selene.toml' },
}