Skip to content

Commit

Permalink
editor-setup: add instructions for helix (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schweber authored Oct 1, 2024
1 parent e5e144f commit c38702b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions nixd/docs/editor-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,21 @@ A simple Emacs Lisp configuration that adds nixd to LSP Mode in the mean time is
:server-id 'nixd)))
```

### Helix

`nixd` will be supported by default in the next release after 24.07.

#### languages.toml

```toml
[[language]]
name = "nix"
language-servers = ["nixd","nil"]

[language-server.nixd]
command = "nixd"
```

## Change the configuration.

Read the [configuration](configuration.md) docs here.

0 comments on commit c38702b

Please sign in to comment.