63 lines
1.4 KiB
JSON
63 lines
1.4 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)
|
|
{
|
|
"preview_tabs": {
|
|
"enabled": false
|
|
},
|
|
"toolbar": {
|
|
"breadcrumbs": true
|
|
},
|
|
"ui_font_family": "JetBrainsMono Nerd Font",
|
|
"buffer_font_family": "JetBrainsMono Nerd Font",
|
|
"outline_panel": {
|
|
"dock": "left",
|
|
"button": true
|
|
},
|
|
"terminal": {
|
|
"show_count_badge": false,
|
|
"flexible": true,
|
|
"dock": "right"
|
|
},
|
|
"project_panel": {
|
|
"git_status": true,
|
|
"entry_spacing": "comfortable",
|
|
"default_width": 240.0,
|
|
"dock": "left"
|
|
},
|
|
"disable_ai": true,
|
|
"proxy": "",
|
|
"icon_theme": "Material Icon Theme",
|
|
"telemetry": {
|
|
"diagnostics": false,
|
|
"metrics": false,
|
|
"anthropic_retention": false
|
|
},
|
|
"session": {
|
|
"trust_all_worktrees": true
|
|
},
|
|
"base_keymap": "JetBrains",
|
|
"ui_font_size": 16,
|
|
"buffer_font_size": 15,
|
|
"theme": "Pure Black",
|
|
"auto_install_extensions": {
|
|
"catppuccin": true,
|
|
"dockerfile": true,
|
|
"gdscript": true,
|
|
"git-firefly": true,
|
|
"github-theme": true,
|
|
"html": true,
|
|
"material-icon-theme": true,
|
|
"one-dark-pro": true,
|
|
"sql": true,
|
|
"the-dark-side": true,
|
|
"tokyo-night": true,
|
|
"xml": true
|
|
},
|
|
}
|