mirror of https://github.com/helix-editor/helix
Update mint lsp command args (#13248)
parent
42de785779
commit
130f725026
|
@ -69,7 +69,7 @@ markdown-oxide = { command = "markdown-oxide" }
|
||||||
marksman = { command = "marksman", args = ["server"] }
|
marksman = { command = "marksman", args = ["server"] }
|
||||||
metals = { command = "metals", config = { "isHttpEnabled" = true, metals = { inlayHints = { typeParameters = {enable = true} , hintsInPatternMatch = {enable = true} } } } }
|
metals = { command = "metals", config = { "isHttpEnabled" = true, metals = { inlayHints = { typeParameters = {enable = true} , hintsInPatternMatch = {enable = true} } } } }
|
||||||
mesonlsp = { command = "mesonlsp", args = ["--lsp"] }
|
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"] }
|
mojo-lsp = { command = "magic", args = ["run", "mojo-lsp-server"] }
|
||||||
nil = { command = "nil" }
|
nil = { command = "nil" }
|
||||||
nimlangserver = { command = "nimlangserver" }
|
nimlangserver = { command = "nimlangserver" }
|
||||||
|
|
Loading…
Reference in New Issue