zed/settings_backup.json 2.3 K raw
1
// Zed settings
2
//
3
// For information on how to configure Zed, see the Zed
4
// documentation: https://zed.dev/docs/configuring-zed
5
//
6
// To see all of Zed's default settings without changing your
7
// custom settings, run the `open default settings` command
8
// from the command palette or from `Zed` application menu.
9
{
10
  "edit_predictions": {
11
    "mode": "subtle",
12
    "copilot": {
13
      "proxy": null,
14
      "proxy_no_verify": null
15
    },
16
    "enabled_in_assistant": false
17
  },
18
  "icon_theme": "Zed (Default)",
19
  "language_models": {
20
    "anthropic": {
21
      "version": "1"
22
    }
23
  },
24
  "show_copilot_suggestions": false,
25
  "theme": "Base16 Black Metal (Bathory) Dark",
26
  "buffer_font_size": 13.0,
27
  "buffer_font_family": "CommitMono Nerd Font",
28
  "vim_mode": true,
29
  "cursor_blink": false,
30
  "relative_line_numbers": true,
31
  "scrollbar": {
32
    "show": "never"
33
  },
34
  "vertical_scroll_margin": 0,
35
  "vim": {
36
    "use_system_clipboard": "always",
37
    "use_multiline_find": true
38
  },
39
  "tab_bar": {
40
    "show": false
41
  },
42
  "toolbar": {
43
    "breadcrumbs": true,
44
    "quick_actions": false
45
  },
46
  "show_edit_predictions": false,
47
  "preferred_line_length": 100,
48
  "soft_wrap": "preferred_line_length",
49
  "use_autoclose": false,
50
  "git": {
51
    "inline_blame": {
52
      "enabled": false,
53
      "delay_ms": 500
54
    }
55
  },
56
  "terminal": {
57
    "alternate_scroll": "off",
58
    "blinking": "terminal_controlled",
59
    "copy_on_select": true,
60
    "font_family": "CommitMono Nerd Font",
61
    "line_height": "standard",
62
    "toolbar": {
63
      "title": true
64
    },
65
    "working_directory": "current_project_directory",
66
    "button": false
67
  },
68
  "project_panel": {
69
    "hide_gitignore": false,
70
    "button": false,
71
    "auto_fold_dirs": false,
72
    "scrollbar": {
73
      "show": "never"
74
    }
75
  },
76
  "assistant": {
77
    "profiles": {
78
      "steve": {
79
        "name": "Steve",
80
        "tools": {},
81
        "enable_all_context_servers": false,
82
        "context_servers": {}
83
      }
84
    },
85
    "default_profile": "steve",
86
    "default_model": {
87
      "provider": "zed.dev",
88
      "model": "claude-3-7-sonnet-latest"
89
    },
90
    "version": "2",
91
    "provider": "anthropic",
92
    "button": false
93
  },
94
  "outline_panel": {
95
    "button": false
96
  },
97
  "formatter": {
98
    "language_server": {
99
      "name": "biome"
100
    }
101
  },
102
  "tab_size": 2
103
}