blob: 352b569cc962e3caec160ec0bd9e0e96779b415a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
---@brief
---
--- https://github.com/dagger/cuelsp
---
--- Dagger's lsp server for cuelang.
return {
cmd = { 'cuelsp' },
filetypes = { 'cue' },
root_markers = { 'cue.mod', '.git' },
}
|