50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
// 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",
|
|
},
|
|
}
|