aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/ziggy.lua
blob: 72b090e97ae68c24eaf869459a648e477099d029 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---@brief
---
--- https://ziggy-lang.io/documentation/ziggy-lsp/
---
--- Language server for the Ziggy data serialization format
---@type vim.lsp.Config
return {
  cmd = { 'ziggy', 'lsp' },
  filetypes = { 'ziggy' },
  root_markers = { '.git' },
}