diff options
Diffstat (limited to 'lsp/cue.lua')
| -rw-r--r-- | lsp/cue.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lsp/cue.lua b/lsp/cue.lua index 0517a5f3..d2760f9a 100644 --- a/lsp/cue.lua +++ b/lsp/cue.lua @@ -1,8 +1,8 @@ ---@brief --- --- https://github.com/cue-lang/cue --- --- CUE makes it easy to validate data, write schemas, and ensure configurations align with policies. +--- 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' }, |
