X-Git-Url: https://git.ayoreis.com/machines.git/blobdiff_plain/c5380c4f1ef06f29b144cc58f0c92ba9132cf335..bfe8979d2d1dbc36f561ae986cd819246bcfbe95:/monsoon/dotfiles/.config/VSCodium/User/settings.json?ds=inline diff --git a/monsoon/dotfiles/.config/VSCodium/User/settings.json b/monsoon/dotfiles/.config/VSCodium/User/settings.json index c669805..36b9eba 100644 --- a/monsoon/dotfiles/.config/VSCodium/User/settings.json +++ b/monsoon/dotfiles/.config/VSCodium/User/settings.json @@ -1,4 +1,13 @@ { + // Appearance + "workbench.colorTheme": "Default Light Modern", + "workbench.tree.indent": 40, + "editor.minimap.enabled": false, + "zenMode.fullScreen": false, + + // Editor + "git.blame.editorDecoration.enabled": true, + // Confirmation dialogs "window.confirmSaveUntitledWorkspace": false, "explorer.confirmDelete": false, @@ -6,17 +15,16 @@ "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, + "[typescript][typescriptreact]": { + "editor.formatOnSave": true, + "editor.defaultFormatter": "denoland.vscode-deno" + }, + // Languages "zig.zls.enabled": "on", @@ -26,14 +34,18 @@ }, // Spell check + "cSpell.language": "en,pt", + "cSpell.userWords": [ "ayoreis", "CMOS", + "Cupertino", "datasheet", "disko", "GATERON", "gitweb", "homelab", + "Igalia", "Komuhn", "nixos", "nixpkgs", @@ -43,6 +55,7 @@ "Reis", "vibecoding", "Videography", + "YSWS", "Zlox" ],