40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"editor.fontFamily": "FiraCode Nerd Font",
|
|
"files.associations": {
|
|
"*.json5": "jsonc",
|
|
},
|
|
"editor.hover.delay": 1500,
|
|
"editor.bracketPairColorization.enabled": true,
|
|
"editor.guides.bracketPairs": true,
|
|
"editor.guides.bracketPairsHorizontal": true,
|
|
"editor.guides.highlightActiveBracketPair": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"sops.defaults.ageKeyFile": "/home/jahanson/projects/mochi/age.key",
|
|
"nix.enableLanguageServer": true,
|
|
"nix.serverPath": "/home/jahanson/.nix-profile/bin/nil",
|
|
"nix.formatterPath": "/home/jahanson/.nix-profile/bin/nixfmt",
|
|
"nix.serverSettings": {
|
|
"nil": {
|
|
"formatting": {
|
|
"command": ["nixfmt"]
|
|
},
|
|
"diagnostics": {
|
|
"ignored": [],
|
|
"excludedFiles": []
|
|
},
|
|
},
|
|
"nix": {
|
|
"binary": "/nix/var/nix/profiles/default/bin/nix",
|
|
"maxMemoryMB": null, // disable memory limit
|
|
"flake": {
|
|
"autoEvalInputs": true,
|
|
"autoArchive": true,
|
|
"nixpkgsInputName": "nixpkgs"
|
|
}
|
|
}
|
|
},
|
|
"[jsonc]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"sops.binPath": "/home/jahanson/.nix-profile/bin/sops"
|
|
}
|