aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/cue.lua
blob: c07a11f023a749c14ef543eda032b945f61f09dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---@brief
---
--- https://github.com/cue-lang/cue
---
--- CUE makes it easy to validate data, write schemas, and ensure configurations align with policies.
---@type vim.lsp.Config
return {
  cmd = { 'cue', 'lsp' },
  filetypes = { 'cue' },
  root_markers = { 'cue.mod', '.git' },
}