t14_legacy_config/home/codium.nix

20 lines
696 B
Nix
Raw Normal View History

{
"files.autoSave" = "onFocusChange";
"explorer.confirmDelete" = false;
"explorer.confirmDragAndDrop" = false;
"security.workspace.trust.enabled" = false;
"workbench.startupEditor" = "none";
"workbench.colorTheme" = "Default High Contrast";
2022-04-13 03:31:25 +02:00
"editor.mouseWheelZoom" = true;
2022-04-26 21:56:27 +02:00
"editor.cursorSmoothCaretAnimation" = true;
"workbench.list.smoothScrolling" = true;
"editor.smoothScrolling" = true;
2022-05-03 23:44:04 +02:00
"editor.rulers" = [80 120];
"workbench.iconTheme" = "simple-icons";
2022-05-04 02:34:51 +02:00
"workbench.editor.untitled.hint" = "hidden";
"editor.autoClosingDelete" = "never";
"editor.autoClosingOvertype" = "never";
"editor.autoClosingBrackets" = "never";
"editor.autoClosingQuotes" = "never";
}