update vscodium settings

This commit is contained in:
Henry Hiles 2026-07-20 13:54:38 -04:00
commit 7edfac6159
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
2 changed files with 7 additions and 10 deletions

8
flake.lock generated
View file

@ -1871,11 +1871,11 @@
]
},
"locked": {
"lastModified": 1784565269,
"narHash": "sha256-VQA+AK2L7dr8GuHu9LKTxt0H8eAMdkBZAp7N5KB8o0Y=",
"lastModified": 1784567221,
"narHash": "sha256-q38OmJp3LcogfiRBI8sOSdDUYBBAxzMdosI5zfDfCAE=",
"ref": "quad/feat/oauth-login",
"rev": "72db51389bc84c7c3a900859407b84e2a397387a",
"revCount": 653,
"rev": "90b8319bd9a1af4c7c2c29d2aecf542a7bccba5a",
"revCount": 654,
"submodules": true,
"type": "git",
"url": "https://git.federated.nexus/nexus/Nexus"

View file

@ -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 [