36 lines
834 B
JSON
36 lines
834 B
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)
|
|
{
|
|
"icon_theme": "Catppuccin Mocha",
|
|
"agent": {
|
|
"default_profile": "write",
|
|
"default_model": {
|
|
"provider": "zed.dev",
|
|
"model": "claude-sonnet-4"
|
|
},
|
|
"version": "2"
|
|
},
|
|
"telemetry": {
|
|
"metrics": false,
|
|
"diagnostics": false
|
|
},
|
|
"vim_mode": false,
|
|
"ui_font_size": 14,
|
|
"buffer_font_size": 14,
|
|
"theme": {
|
|
"mode": "system",
|
|
"light": "One Light",
|
|
"dark": "Min Dark (Blurred)"
|
|
},
|
|
"hover_popover_enabled": true,
|
|
"features": {
|
|
"edit_prediction_provider": "zed"
|
|
}
|
|
}
|