Skip to content

Commit

Permalink
Merge pull request #255 from llllvvuu/docs/helix
Browse files Browse the repository at this point in the history
docs: Add tutorial for Helix editor
  • Loading branch information
mattn authored Aug 30, 2023
2 parents 5ca4b86 + 79531ad commit ed473ea
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 @@ -451,6 +451,20 @@ lua = {
}
```

### Configuration for [Helix](https://github.com/helix-editor/helix)
`~/.config/helix/languages.toml`
```toml
[language-server.efm]
command = "efm-langserver"

[[language]]
name = "typescript"
language-servers = [
{ name = "efm", only-features = [ "diagnostics", "format" ] },
{ name = "typescript-language-server", except-features = [ "format" ] }
]
```

## Installation

```console
Expand Down

0 comments on commit ed473ea

Please sign in to comment.