20 lines
371 B
JSON
20 lines
371 B
JSON
{
|
|
"[nix]": {
|
|
"editor.defaultFormatter": "jnoortheen.nix-ide"
|
|
},
|
|
"nix.enableLanguageServer": true,
|
|
"nix.serverPath": "nil",
|
|
"nix.formatterPath": "alejandra",
|
|
"nix.serverSettings": {
|
|
"nil": {
|
|
"formatting": {
|
|
"command": ["alejandra"]
|
|
},
|
|
"flake": {
|
|
"autoArchive": true,
|
|
"autoEvalInputs": true
|
|
}
|
|
}
|
|
}
|
|
}
|