mirror of https://github.com/helix-editor/helix
Update mint lsp command args
parent
7ebf650029
commit
11a67af1af
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue