Skip to content

Commit

Permalink
docs: update helix instructions for nightly (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvic committed Aug 25, 2023
1 parent 8d0a3ef commit 3eb0b9d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,19 @@ scope = "source.elixir"
language-server = { command = "path/to/next-ls", args = ["--stdio=true"] }
```

If you are using the latest git version of helix use this:

```toml
[[language]]
name = "elixir"
scope = "source.elixir"
language-servers = ["nextls"]

[language-server.nextls]
command = "path/to/next-ls"
args = ["--stdio=true"]
```

</details>
</li>
</ul>
Expand Down

0 comments on commit 3eb0b9d

Please sign in to comment.