aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/swift_mesonls.lua
blob: 810864c89f9812aa524742b05ef4863643c5c5b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---@brief
---
--- https://github.com/JCWasmx86/Swift-MesonLSP
---
--- Meson language server written in Swift
return {
  cmd = { 'Swift-MesonLSP', '--lsp' },
  filetypes = { 'meson' },
  root_markers = { 'meson.build', 'meson_options.txt', 'meson.options', '.git' },
}