aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lsp/ziggy_schema.lua
blob: d12266b4e14c6740a345e1e52f2e35eb33d4e712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---@brief
---
--- https://ziggy-lang.io/documentation/ziggy-lsp/
---
--- Language server for schema files of the Ziggy data serialization format

---@type vim.lsp.Config
return {
  cmd = { 'ziggy', 'lsp', '--schema' },
  filetypes = { 'ziggy_schema' },
  root_markers = { '.git' },
}