enable autoArchive for zed
This commit is contained in:
parent
ae6de9e7e6
commit
b0dc4d9fe4
1 changed files with 5 additions and 1 deletions
|
@ -39,7 +39,11 @@ in {
|
||||||
nixd = {};
|
nixd = {};
|
||||||
nil = {
|
nil = {
|
||||||
initialization_options = {
|
initialization_options = {
|
||||||
autoArchive = true;
|
nix = {
|
||||||
|
flake = {
|
||||||
|
autoArchive = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
formatting = {
|
formatting = {
|
||||||
command = ["alejandra" "--quiet" "--"];
|
command = ["alejandra" "--quiet" "--"];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue