aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/configs/facility_language_server.lua
blob: c37069d2bb17c9c0e65329c4ec9bc99044e17fcf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
local util = require 'lspconfig.util'

return {
  default_config = {
    cmd = { 'facility-language-server' },
    filetypes = { 'fsd' },
    single_file_support = true,
    root_dir = util.find_git_ancestor,
  },
  docs = {
    description = [[
https://github.com/FacilityApi/FacilityLanguageServer

Facility language server protocol (LSP) support.
]],
  },
}