Skip to content

Commit

Permalink
Document adding ELP support to Helix (#46)
Browse files Browse the repository at this point in the history
Summary:
Just adding to the supported editors

Pull Request resolved: #46

Reviewed By: alanz

Differential Revision: D61385834

Pulled By: robertoaloi

fbshipit-source-id: 821c30f7a2de0a1bd20ef6a41fe22f8ecc501df4
  • Loading branch information
offsetcyan authored and facebook-github-bot committed Aug 16, 2024
1 parent f1ed157 commit 1e5d66d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions website/docs/get-started/editors/helix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
sidebar_position: 6
---

# Helix

![screenshot](/img/helix.png)

The ELP project can be used as a [language server](https://microsoft.github.io/language-server-protocol/overviews/lsp/overview/)
in Helix with it's native LSP support.

To configure the LSP server, navigate to a [language configuration file](https://docs.helix-editor.com/languages.html)
(i.e. `~/.config/helix/languages.toml`) and add it's configuration to the Erlang language.

```
[language-server.elp]
command = "elp"
args = ["server"]
[[language]]
name = "erlang"
language-servers = [ "elp" ]
```
Binary file added website/static/img/helix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1e5d66d

Please sign in to comment.