add: .config

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Melvin Ragusa
2026-02-02 14:58:13 +01:00
parent 2bfdc582b0
commit d3d7242351
1121 changed files with 617892 additions and 844 deletions

49
.config/zed/settings.json Normal file
View File

@@ -0,0 +1,49 @@
// 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)
{
"context_servers": {
"mcp-server-sequential-thinking": {
"enabled": true,
"remote": false,
"settings": {}
},
"mcp-server-context7": {
"enabled": true,
"remote": false,
"settings": {}
}
},
"agent": {
"default_profile": "write",
"default_model": {
"provider": "copilot_chat",
"model": "gpt-5.2-codex"
},
"favorite_models": [],
"model_parameters": []
},
"agent_servers": {
"opencode": {
"type": "registry"
}
},
"session": {
"trust_all_worktrees": true
},
"base_keymap": "VSCode",
"buffer_font_family": "JetBrainsMono Nerd Font",
"icon_theme": "Zed (Default)",
"ui_font_size": 16,
"buffer_font_size": 15,
"theme": {
"mode": "dark",
"light": "One Light",
"dark": "Noctalia Dark",
},
}