Latest changes
This commit is contained in:
parent
6c998c8693
commit
2841490da0
7 changed files with 78 additions and 47 deletions
|
@ -34,7 +34,7 @@
|
|||
}
|
||||
];
|
||||
|
||||
userSettings = {
|
||||
userSettings = lib.mkForce {
|
||||
"editor.guides.bracketPairs" = "active";
|
||||
"window.dialogStyle" = "custom";
|
||||
"editor.inlineSuggest.enabled" = true;
|
||||
|
@ -87,6 +87,7 @@
|
|||
"nix.serverPath" = lib.meta.getExe pkgs.nil;
|
||||
"nix.formatterPath" = lib.meta.getExe pkgs.alejandra;
|
||||
"indentRainbow.ignoreErrorLanguages" = ["*"];
|
||||
"dart.runPubGetOnPubspecChanges" = "never";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue