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