Skip to content

Commit

Permalink
docs: helix (#101)
Browse files Browse the repository at this point in the history
Co-authored-by: Mitchell Hanberg <[email protected]>
  • Loading branch information
philipgiuliani and mhanberg authored Aug 8, 2023
1 parent 93337cf commit 5397c23
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,20 @@ Using eglot:
(add-hook 'heex-ts-mode-hook 'eglot-ensure)
```

</details>
</li>
<li>
<details>
<summary>Helix</summary>

Add the following config to your `~/.config/helix/languages.toml`.

```toml
[[language]]
name = "elixir"
scope = "source.elixir"
language-server = { command = "path/to/next-ls", args = ["--stdio=true"] }
```
</details>
</li>
</ul>
Expand Down

0 comments on commit 5397c23

Please sign in to comment.