Add vscode autocomplete for nix (nixd)

This commit is contained in:
Florian RICHER 2024-04-28 20:07:42 +02:00
parent f63c316a82
commit 7f089d68c5

4
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,4 @@
{
"nix.enableLanguageServer": true,
"nix.serverPath": "nixd"
}