diff options
| author | y-jan137 <yousefjan24000@gmail.com> | 2026-04-15 18:34:41 +0300 |
|---|---|---|
| committer | y-jan137 <yousefjan24000@gmail.com> | 2026-04-15 18:34:41 +0300 |
| commit | 03951fecab601a966c946dd850971c68e07046e3 (patch) | |
| tree | a6dab72c2b73c2b51ab87da461c887aa2741cb4e /zed/settings.json | |
| parent | 0443194dec65696852d18ee004c933ee35fa5c92 (diff) | |
Updates
Diffstat (limited to 'zed/settings.json')
| -rw-r--r-- | zed/settings.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/zed/settings.json b/zed/settings.json index 8257fa9..84ddb61 100644 --- a/zed/settings.json +++ b/zed/settings.json @@ -1,4 +1,13 @@ { + "which_key": { + "delay_ms": 1000, + }, + "autosave": "on_focus_change", + "agent_servers": { + "claude-acp": { + "type": "registry", + }, + }, "show_edit_predictions": false, "icon_theme": "Zed (Default)", "vim_mode": true, @@ -9,7 +18,7 @@ "theme": { "mode": "dark", "light": "Ayu Light", - "dark": "Ayu Dark", + "dark": "macOS Classic Dark", }, "relative_line_numbers": "enabled", |