Skip to content

Commit

Permalink
added Helix Client for LSP (#1079)
Browse files Browse the repository at this point in the history
added Helix Client for LSP, Helix has inbuilt LSP client, we just need to follow the instructions on the list
  • Loading branch information
dawkrish committed Apr 18, 2024
1 parent 1a99a19 commit df03608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down

0 comments on commit df03608

Please sign in to comment.