Skip to content

Commit 4b89e20

Browse files
authored
docs: Update README.md
1 parent 48ac9ee commit 4b89e20

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,11 @@ Full language support can be enabled by using a language server. Generally, any
4343
{
4444
"nix.enableLanguageServer": true,
4545
"nix.serverPath": "nil", // or "nixd"
46-
// Pass settings to the language server via the `serverSettings` option.
47-
"nix.serverSettings": { ... }
46+
// Pass settings to the language server via the ``serverSettings.{lsp}`` option.
47+
"nix.serverSettings": {
48+
"nil": {...},
49+
"nixd": {...},
50+
}
4851
}
4952
```
5053
Some examples of advanced settings are provided below for [`nil`](https://github.com/oxalica/nil) and [`nixd`](https://github.com/nix-community/nixd).

0 commit comments

Comments
 (0)