From 91b43245b60895f6e813ecc41bd9747498d7bcdd Mon Sep 17 00:00:00 2001 From: Xander <1174877+xtrasmal@users.noreply.github.com> Date: Sat, 10 Aug 2024 23:25:59 +0200 Subject: [PATCH] Adds Zed Editor to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 68c94abab..4ede76ffa 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ Note: On its first run, Dialyzer will build a PLT cache. This will take a consi | 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 | +| Zed | [elixir language support](https://zed.dev/docs/languages/elixir)| Supports all ElixirLS features | Please feel free to create and publish your own client packages and add them to this list!