mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
8 lines
No EOL
225 B
JSON
8 lines
No EOL
225 B
JSON
{
|
|
"search.followSymlinks": false,
|
|
"editor.defaultFormatter": "B4dM4n.nixpkgs-fmt",
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnType": true,
|
|
"nix.enableLanguageServer": true,
|
|
"nix.serverPath": "nixd"
|
|
} |