From df03608f11700ece5c8f8202ccd4d7f296df54df Mon Sep 17 00:00:00 2001 From: Krishnansh Agarwal <85958016+dawkrish@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:04:53 +0530 Subject: [PATCH] added Helix Client for LSP (#1079) added Helix Client for LSP, Helix has inbuilt LSP client, we just need to follow the instructions on the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eefafd714..2d97b6506 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Note: On its first run, Dialyzer will build a PLT cache. This will take a consi | Vim/Neovim | [elixir-lsp/coc-elixir](https://github.com/elixir-lsp/coc-elixir) | Does not support debug adapter | | Vim/Neovim | [vim-lsp](https://github.com/prabirshrestha/vim-lsp) | Does not support debug adapter | | VS Code | [elixir-lsp/vscode-elixir-ls](https://github.com/elixir-lsp/vscode-elixir-ls) | Supports all ElixirLS features | +| Helix | [elixir-lsp](https://github.com/helix-editor/helix/wiki/How-to-install-the-default-language-servers#elixir)| Supports all ElixirLS features | Please feel free to create and publish your own client packages and add them to this list!