Add vscode autocomplete for nix (nixd)
This commit is contained in:
parent
f63c316a82
commit
7f089d68c5
1 changed files with 4 additions and 0 deletions
4
.vscode/settings.json
vendored
Normal file
4
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"nix.enableLanguageServer": true,
|
||||
"nix.serverPath": "nixd"
|
||||
}
|
Loading…
Reference in a new issue