blob: 7a03b8774eba43a1ce36b20b46624d4ea0ae9dba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---@brief
---
--- https://github.com/FacilityApi/FacilityLanguageServer
---
--- Facility language server protocol (LSP) support.
---@type vim.lsp.Config
return {
cmd = { 'facility-language-server' },
filetypes = { 'fsd' },
root_markers = { '.git' },
}
|