15 lines
216 B
JSON
15 lines
216 B
JSON
{
|
|
"nix.enableLanguageServer": true,
|
|
"nix.serverPath": "nixd",
|
|
"nix.serverSettings": {
|
|
"nixd": {
|
|
"formatting": {
|
|
"command": ["nixfmt"]
|
|
},
|
|
"nixpkgs": {
|
|
"expr": "import <nixpkgs> {}"
|
|
}
|
|
}
|
|
}
|
|
}
|