From b423ed42f1828efe048eb358e598a6990d4e8a36 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 6 Mar 2025 16:59:22 -0500 Subject: [PATCH] feat: add `harper-ls` LSP configuration (#13029) --- languages.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/languages.toml b/languages.toml index 072e25304..5c3cb0909 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" }