1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
{
"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,
"ui_font_size": 16,
"buffer_font_size": 15,
"theme": {
"mode": "dark",
"light": "Ayu Light",
"dark": "macOS Classic Dark",
},
"relative_line_numbers": "enabled",
"cursor_blink": true,
"wrap_guides": [100],
"tab_size": 2,
"hard_tabs": false,
"vertical_scroll_margin": 10,
}
|