sdjsabnjkankcnzxckja

This commit is contained in:
installer
2025-03-10 10:30:40 +01:00
parent c3cadbcb29
commit af67c443ad
7 changed files with 115 additions and 36 deletions

View File

@@ -61,5 +61,13 @@
" ];",
"};"
]
},
"nix-config": {
"scope": "nix",
"prefix": "nix-config",
"description": "Config do pluku .nix",
"body": [
"{pkgs, ...}: {}"
]
}
}

View File

@@ -18,7 +18,9 @@
},
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "jnoortheen.nix-ide",
"[nix]": {
"editor.defaultFormatter": "jnoortheen.nix-ide",
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
}