From 4ff67639787243a9e196909a179295bddecadd69 Mon Sep 17 00:00:00 2001 From: Nick C Date: Wed, 15 Apr 2026 13:42:59 +0200 Subject: [PATCH] docs: update Zed setup to use official elixir extension instead of fork --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7163f90..0eb3925 100644 --- a/README.md +++ b/README.md @@ -186,18 +186,17 @@ lspconfig.dexter.setup({}) ### Zed -Zed support is available via a dev extension while the official Elixir extension PR is in [review](https://github.com/zed-extensions/elixir/pull/115). +Zed support is available via a **dev extension** while the update for built-in [extension registry](https://github.com/zed-industries/extensions/pull/5624) and [documentation](https://github.com/zed-industries/zed/pull/53793) is being merged. To install it: -1. Clone the repo and checkout the branch: +1. Clone the official extension repo: ```bash - git clone https://github.com/flowerett/zed-elixir-extensions.git - cd zed-elixir-extensions - git checkout add-dexter-support + git clone https://github.com/zed-extensions/elixir.git + cd elixir ``` 2. In Zed, open the command palette (`Cmd+Shift+P`) and run **zed: install dev extension** -3. Select the cloned `zed-elixir-extensions` directory +3. Select the cloned `elixir` directory Once installed, enable it in your Zed `settings.json`: