From 11a67af1afbf1dceef96d608d0576e1246ae1609 Mon Sep 17 00:00:00 2001 From: Jorge Gomez Date: Tue, 1 Apr 2025 15:56:03 -0400 Subject: [PATCH] Update mint lsp command args --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index cf6471dea..10187ef5e 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 = ["ls"] } +mint = { command = "mint", args = ["tool" "ls"] } mojo-lsp = { command = "magic", args = ["run", "mojo-lsp-server"] } nil = { command = "nil" } nimlangserver = { command = "nimlangserver" }