Files
dotfiles/.config/VSCodium/User/settings.json
T
2025-12-16 21:57:35 -05:00

28 lines
1.1 KiB
JSON

{
"editor.fontSize": 18,
"editor.fontFamily": "'ComicShannsMono Nerd Font Mono', 'Droid Sans Mono', 'monospace', monospace",
"files.enableTrash": false,
"window.restoreWindows": "none",
"editor.parameterHints.enabled": false,
"window.customTitleBarVisibility": "auto",
"window.commandCenter": false,
"workbench.layoutControl.enabled": false,
"terminal.integrated.tabs.enabled": false,
"explorer.compactFolders": false,
"workbench.startupEditor": "none",
"terminal.integrated.enablePersistentSessions": false,
"terminal.integrated.fontFamily": "'ComicShannsMono Nerd Font Mono', 'monospace', monospace",
"terminal.integrated.fontSize": 16,
"update.showReleaseNotes": false,
"explorer.confirmDragAndDrop": false,
"editor.minimap.enabled": false,
"jupyter.askForKernelRestart": false,
"chat.commandCenter.enabled": false,
"files.associations": {
"*.kv": "yaml"
},
"terminal.integrated.cursorBlinking": true,
"editor.cursorBlinking": "expand",
"editor.cursorSmoothCaretAnimation": "on",
"svelte.enable-ts-plugin": true
}