From 4927cb03738ff8d1048c126c4b65dfe39dbad420 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Sun, 6 Apr 2025 13:04:43 -0400 Subject: [PATCH] add missing comma --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 10187ef5e..d2d0d90d7 100644 --- a/languages.toml +++ b/languages.toml @@ -68,7 +68,7 @@ markdown-oxide = { command = "markdown-oxide" } marksman = { command = "marksman", args = ["server"] } metals = { command = "metals", config = { "isHttpEnabled" = true, metals = { inlayHints = { typeParameters = {enable = true} , hintsInPatternMatch = {enable = true} } } } } mesonlsp = { command = "mesonlsp", args = ["--lsp"] } -mint = { command = "mint", args = ["tool" "ls"] } +mint = { command = "mint", args = ["tool", "ls"] } mojo-lsp = { command = "magic", args = ["run", "mojo-lsp-server"] } nil = { command = "nil" } nimlangserver = { command = "nimlangserver" }