From 6bcc916cee95a579a6d5fb86b4f343dbfa68d8ed Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sun, 7 Sep 2025 04:39:18 +0000 Subject: [PATCH] Add conf.json --- conf.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 conf.json diff --git a/conf.json b/conf.json new file mode 100644 index 0000000..aa78b74 --- /dev/null +++ b/conf.json @@ -0,0 +1,44 @@ +// 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 Macchiato", + "telemetry": { + "diagnostics": false, + "metrics": false + }, + "agent": { + "enabled": false, + "button": false + }, + "edit_predictions": { + "mode": "eager" + }, + "chat_panel": { + "button": "never", + "dock": "right", + "default_width": 240 + }, + "collaboration_panel": { + "button": false + }, + "notification_panel": { + "button": false + }, + "show_edit_predictions": false, + "ui_font_size": 14, + "buffer_font_size": 14, + "theme": { + "mode": "system", + "light": "One Light", + "dark": "Catppuccin Macchiato" + }, + "toolbar": { + "agent_review": false + } +}