[zed] Update settings

This commit is contained in:
Andrew Williams
2026-01-09 19:00:02 +00:00
parent 1145c75b75
commit 8c62b71b92

View File

@@ -1,11 +1,4 @@
// Zed settings // Zed Config
//
// 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)
{ {
"collaboration_panel": { "collaboration_panel": {
"button": false, "button": false,
@@ -27,6 +20,7 @@
}, },
"calls": { "calls": {
"mute_on_join": true, "mute_on_join": true,
"share_on_join": false,
}, },
"features": { "features": {
"edit_prediction_provider": "copilot", "edit_prediction_provider": "copilot",
@@ -40,6 +34,7 @@
}, },
"terminal": { "terminal": {
"font_size": 13.0, "font_size": 13.0,
"font_family": "JetBrainsMono Nerd Font",
}, },
"base_keymap": "VSCode", "base_keymap": "VSCode",
"agent": { "agent": {
@@ -52,7 +47,7 @@
"button": true, "button": true,
"model_parameters": [], "model_parameters": [],
}, },
"buffer_font_family": "JetBrains Mono", "buffer_font_family": "JetBrainsMono Nerd Font",
"file_types": { "file_types": {
"rust": ["*.rs"], "rust": ["*.rs"],
"Ansible": [ "Ansible": [
@@ -150,4 +145,25 @@
"**/venv", "**/venv",
"**/.venv*", "**/.venv*",
], ],
"project_panel": {
"entry_spacing": "standard",
},
"toolbar": {
"breadcrumbs": false,
"quick_actions": false,
},
"tabs": {
"file_icons": true,
"close_position": "left",
},
"current_line_highlight": "gutter",
"tab_size": 2,
"hard_tabs": false,
"cursor_shape": "bar",
"telemetry": {
"diagnostics": false,
"metrics": false,
},
} }