Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'languages.toml')
| -rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 45347221..3edcd301 100644 --- a/languages.toml +++ b/languages.toml @@ -31,7 +31,7 @@ commit-lsp = { command = "commit-lsp", args = ["run"] } crystalline = { command = "crystalline", args = ["--stdio"] } cs = { command = "cs", args = ["launch", "--contrib", "smithy-language-server", "--", "0"] } csharp-ls = { command = "csharp-ls" } -cuelsp = { command = "cuelsp" } +cuelsp = { command = "cue", args = ["lsp", "serve"] } dart = { command = "dart", args = ["language-server", "--client-id=helix"] } dhall-lsp-server = { command = "dhall-lsp-server" } djlsp = { command = "djlsp" } |