Reorganize files
This commit is contained in:
parent
2fc4f2dd4a
commit
a32dfc1089
32 changed files with 260 additions and 398 deletions
|
@ -66,8 +66,6 @@
|
|||
"[astro]" = {
|
||||
"editor.defaultFormatter" = "astro-build.astro-vscode";
|
||||
};
|
||||
"prettier.trailingComma" = "none";
|
||||
"prettier.useTabs" = true;
|
||||
"editor.minimap.enabled" = false;
|
||||
"diffEditor.ignoreTrimWhitespace" = false;
|
||||
"editor.unicodeHighlight.nonBasicASCII" = false;
|
||||
|
@ -84,9 +82,8 @@
|
|||
};
|
||||
"nix.enableLanguageServer" = true;
|
||||
"nix.serverPath" = lib.meta.getExe pkgs.nil;
|
||||
"nix.serverSettings"."nil" = {
|
||||
formatting.command = [(lib.meta.getExe pkgs.alejandra)];
|
||||
};
|
||||
"nix.formatterPath" = lib.meta.getExe pkgs.alejandra;
|
||||
"indentRainbow.ignoreErrorLanguages" = ["*"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue