]> Repositories - machines.git/commitdiff
Configure VSCode
authorAyo Reis <hey@ayoreis.com>
Wed, 18 Feb 2026 18:41:21 +0000 (18:41 +0000)
committerAyo Reis <hey@ayoreis.com>
Wed, 18 Feb 2026 18:41:21 +0000 (18:41 +0000)
monsoon/dotfiles/.config/VSCodium/User/settings.json [new file with mode: 0644]
monsoon/new.nix [new file with mode: 0644]

diff --git a/monsoon/dotfiles/.config/VSCodium/User/settings.json b/monsoon/dotfiles/.config/VSCodium/User/settings.json
new file mode 100644 (file)
index 0000000..c669805
--- /dev/null
@@ -0,0 +1,52 @@
+{
+       // Confirmation dialogs
+       "window.confirmSaveUntitledWorkspace": false,
+       "explorer.confirmDelete": false,
+       "explorer.confirmDragAndDrop": false,
+       "explorer.confirmPasteNative": false,
+       "git.confirmSync": false,
+
+       // Appearance
+       "workbench.colorTheme": "Default Light Modern",
+       "workbench.tree.indent": 40,
+       "editor.minimap.enabled": false,
+       "zenMode.fullScreen": false,
+
+       // Formatting
+       "files.trimTrailingWhitespace": true,
+       "files.insertFinalNewline": true,
+       "editor.insertSpaces": false,
+
+       // Languages
+       "zig.zls.enabled": "on",
+
+       "[nix]": {
+               "editor.tabSize": 4,
+               "editor.insertSpaces": false
+       },
+
+       // Spell check
+       "cSpell.userWords": [
+               "ayoreis",
+               "CMOS",
+               "datasheet",
+               "disko",
+               "GATERON",
+               "gitweb",
+               "homelab",
+               "Komuhn",
+               "nixos",
+               "nixpkgs",
+               "overengineered",
+               "pkgs",
+               "ratiometric",
+               "Reis",
+               "vibecoding",
+               "Videography",
+               "Zlox"
+       ],
+
+       // AI
+       "chat.disableAIFeatures": false,
+       "github.copilot.nextEditSuggestions.enabled": true,
+}
diff --git a/monsoon/new.nix b/monsoon/new.nix
new file mode 100644 (file)
index 0000000..0db3279
--- /dev/null
@@ -0,0 +1,3 @@
+{
+
+}