add missing comma

pull/13248/head
Michael Davis 2025-04-06 13:04:43 -04:00
parent 11a67af1af
commit 4927cb0373
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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" }