Unnamed repository; edit this file 'description' to name the repository.
feat: add `harper-ls` LSP configuration (#13029)
| -rw-r--r-- | languages.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index 072e2530..5c3cb090 100644 --- a/languages.toml +++ b/languages.toml @@ -47,6 +47,7 @@ fsharp-ls = { command = "fsautocomplete", config = { AutomaticWorkspaceInit = tr gleam = { command = "gleam", args = ["lsp"] } glsl_analyzer = { command = "glsl_analyzer" } 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"] } hyprls = { command = "hyprls" } idris2-lsp = { command = "idris2-lsp" } |