update vscodium settings
This commit is contained in:
parent
dd40bce0ae
commit
7edfac6159
2 changed files with 7 additions and 10 deletions
|
|
@ -60,10 +60,10 @@
|
|||
"git.enableSmartCommit" = true;
|
||||
"git.openRepositoryInParentFolders" = "never";
|
||||
"explorer.confirmDragAndDrop" = false;
|
||||
"javascript.updateImportsOnFileMove.enabled" = "always";
|
||||
"js/ts.updateImportsOnFileMove.enabled" = "always";
|
||||
"editor.insertSpaces" = false;
|
||||
"prettier.semi" = false;
|
||||
"javascript.format.semicolons" = "remove";
|
||||
"js/ts.format.semicolons" = "remove";
|
||||
"window.menuBarVisibility" = "compact";
|
||||
"git.confirmSync" = false;
|
||||
"editor.detectIndentation" = false;
|
||||
|
|
@ -71,14 +71,10 @@
|
|||
"git.mergeEditor" = true;
|
||||
"terminal.integrated.shellIntegration.enabled" = false;
|
||||
"workbench.iconTheme" = "material-icon-theme";
|
||||
"typescript.updateImportsOnFileMove.enabled" = "always";
|
||||
"editor.wordWrap" = "on";
|
||||
"[astro]" = {
|
||||
"editor.defaultFormatter" = "astro-build.astro-vscode";
|
||||
};
|
||||
"[yaml]" = {
|
||||
"editor.defaultFormatter" = "redhat.vscode-yaml";
|
||||
};
|
||||
"editor.minimap.enabled" = false;
|
||||
"diffEditor.ignoreTrimWhitespace" = false;
|
||||
"editor.unicodeHighlight.nonBasicASCII" = false;
|
||||
|
|
@ -105,6 +101,7 @@
|
|||
};
|
||||
"indentRainbow.ignoreErrorLanguages" = [ "*" ];
|
||||
"dart.runPubGetOnPubspecChanges" = "never";
|
||||
"workbench.colorTheme" = "Nord";
|
||||
};
|
||||
|
||||
"/home/quadradical/.config/VSCodium/User/keybindings.json".source = builtins.toJSON [
|
||||
|
|
|
|||
Loading…
Reference in a new issue