mirror of https://github.com/helix-editor/helix
feat: add `harper-ls` LSP configuration (#13029)
parent
a3fa65880e
commit
b423ed42f1
|
@ -47,6 +47,7 @@ fsharp-ls = { command = "fsautocomplete", config = { AutomaticWorkspaceInit = tr
|
||||||
gleam = { command = "gleam", args = ["lsp"] }
|
gleam = { command = "gleam", args = ["lsp"] }
|
||||||
glsl_analyzer = { command = "glsl_analyzer" }
|
glsl_analyzer = { command = "glsl_analyzer" }
|
||||||
graphql-language-service = { command = "graphql-lsp", args = ["server", "-m", "stream"] }
|
graphql-language-service = { command = "graphql-lsp", args = ["server", "-m", "stream"] }
|
||||||
|
harper-ls = { command = "harper-ls", args = ["--stdio"] }
|
||||||
haskell-language-server = { command = "haskell-language-server-wrapper", args = ["--lsp"] }
|
haskell-language-server = { command = "haskell-language-server-wrapper", args = ["--lsp"] }
|
||||||
hyprls = { command = "hyprls" }
|
hyprls = { command = "hyprls" }
|
||||||
idris2-lsp = { command = "idris2-lsp" }
|
idris2-lsp = { command = "idris2-lsp" }
|
||||||
|
|
Loading…
Reference in New Issue