mirror of https://github.com/bjeanes/dotfiles.git
15 lines
306 B
JSON
15 lines
306 B
JSON
|
{
|
||
|
"nix.enableLanguageServer": true,
|
||
|
"nix.formatterPath": "nixpkgs-fmt",
|
||
|
"nix.serverSettings": {
|
||
|
"nil": {
|
||
|
"formatting": {
|
||
|
"command": [
|
||
|
"nixpkgs-fmt"
|
||
|
],
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"direnv.restart.automatic": true,
|
||
|
}
|