aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/mesonlsp.lua
blob: 01b53e43706db5bf6c402e2832a7d0da4a916371 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---@brief
---
--- https://github.com/JCWasmx86/mesonlsp
---
--- An unofficial, unendorsed language server for meson written in C++
return {
  cmd = { 'mesonlsp', '--lsp' },
  filetypes = { 'meson' },
  root_markers = { 'meson.build', 'meson_options.txt', 'meson.options', '.git' },
}