Skip to content

Commit c38702b

Browse files
authored
editor-setup: add instructions for helix (#602)
1 parent e5e144f commit c38702b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

nixd/docs/editor-setup.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,21 @@ A simple Emacs Lisp configuration that adds nixd to LSP Mode in the mean time is
110110
:server-id 'nixd)))
111111
```
112112

113+
### Helix
114+
115+
`nixd` will be supported by default in the next release after 24.07.
116+
117+
#### languages.toml
118+
119+
```toml
120+
[[language]]
121+
name = "nix"
122+
language-servers = ["nixd","nil"]
123+
124+
[language-server.nixd]
125+
command = "nixd"
126+
```
127+
113128
## Change the configuration.
114129

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

0 commit comments

Comments
 (0)