blob: f2670d72e611fd6f21d99dceb3cb4f7a4821ef4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---@brief
---
--- https://github.com/JCWasmx86/Swift-MesonLSP
---
--- Meson language server written in Swift
---@type vim.lsp.Config
return {
cmd = { 'Swift-MesonLSP', '--lsp' },
filetypes = { 'meson' },
root_markers = { 'meson.build', 'meson_options.txt', 'meson.options', '.git' },
}
|