aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/facility_language_server.lua
blob: 164b49b1f808e5a0fbcb72e1a794c1198d3a18d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---@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' },
}