Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
See the [Zed docs](https://zed.dev/docs/languages/elixir#using-dexter) for full details. Enable Dexter in your Zed `settings.json`:

```json
{
Expand Down
Loading