From f13ef1467f88d51269bf98c2e7ddff52f243cd56 Mon Sep 17 00:00:00 2001 From: Matthew Gilliam Date: Wed, 29 Apr 2026 11:23:42 -0400 Subject: [PATCH 1/2] docs: simplify Zed setup instructions now that extension is in registry Remove the dev extension workaround steps (clone + install dev extension) since the built-in extension registry and documentation PRs have merged. Only the settings.json configuration is needed now. --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index ee21823..d47ef72 100644 --- a/README.md +++ b/README.md @@ -217,19 +217,7 @@ lspconfig.dexter.setup({}) ### Zed -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 official extension repo: - ```bash - 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 `elixir` directory - -Once installed, enable it in your Zed `settings.json`: +Enable Dexter in your Zed `settings.json`: ```json { From 5d210fb3aff68e523042e50ca809196de0b4b7bf Mon Sep 17 00:00:00 2001 From: Matthew Gilliam Date: Wed, 29 Apr 2026 13:46:09 -0400 Subject: [PATCH 2/2] docs: add link to Zed docs for Dexter setup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d47ef72..f7a844a 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ lspconfig.dexter.setup({}) ### Zed -Enable Dexter in your Zed `settings.json`: +See the [Zed docs](https://zed.dev/docs/languages/elixir#using-dexter) for full details. Enable Dexter in your Zed `settings.json`: ```json {