Added all current configs that I see are important

This commit is contained in:
ManOfGoldForever 2025-11-12 16:35:56 -05:00
parent 7e2ddc1054
commit d9bed25ebc
48 changed files with 4854 additions and 35 deletions

21
.config/zed/settings.json Normal file
View file

@ -0,0 +1,21 @@
// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
{
"buffer_font_family": "JetBrainsMono Nerd Font",
"vim_mode": false,
"disable_ai": true,
"telemetry": {
"diagnostics": false,
"metrics": false
},
"icon_theme": "Zed (Default)",
"ui_font_size": 16,
"buffer_font_size": 15,
"theme": "Dracula"
}