mirror of https://github.com/helix-editor/helix
add missing comma
parent
11a67af1af
commit
4927cb0373
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue