-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
59 lines (59 loc) · 1.25 KB
/
Copy pathsettings.json
File metadata and controls
59 lines (59 loc) · 1.25 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
// 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)
{
"git_panel": {
"dock": "left",
},
"icon_theme": "Bearded Icons",
"vim_mode": true,
"session": {
"trust_all_worktrees": true,
},
"project_panel": {
"auto_fold_dirs": false,
"dock": "left",
"button": true,
},
"terminal": {
"dock": "bottom",
"button": true,
},
"agent": {
"sidebar_side": "right",
"dock": "right",
},
"autosave": {
"after_delay": {
"milliseconds": 1000,
},
},
"buffer_font_fallbacks": ["JetBrainsMono Nerd Font", "Menlo"],
"buffer_font_family": "JetBrainsMono Nerd Font",
"colorize_brackets": false,
"agent_servers": {
"codex-acp": {
"type": "registry",
},
"claude-acp": {
"type": "registry",
},
},
"base_keymap": "VSCode",
"ui_font_size": 16,
"buffer_font_size": 14.0,
"theme": {
"mode": "system",
"light": "Gruvbox Light",
"dark": "Gruvbox Dark",
},
"tabs": {
"file_icons": true,
"show_diagnostics": "all",
},
}