cursor settings

This commit is contained in:
2025-06-24 19:49:08 +02:00
parent fd4fa0add6
commit 2fcb964b16
2 changed files with 11 additions and 11 deletions

10
.vscode/settings.json vendored
View File

@ -1,4 +1,7 @@
{
"[nix]": {
"editor.defaultFormatter": "jnoortheen.nix-ide"
},
"nix.enableLanguageServer": true,
"nix.serverPath": "nil",
"nix.formatterPath": "alejandra",
@ -6,10 +9,11 @@
"nil": {
"formatting": {
"command": ["alejandra"]
},
"flake": {
"autoArchive": true,
"autoEvalInputs": true
}
}
},
"[nix]": {
"editor.defaultFormatter": "jnoortheen.nix-ide"
}
}