forked from ashish0kumar/windots
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
124 lines (124 loc) 路 2.77 KB
/
Copy pathsettings.json
File metadata and controls
124 lines (124 loc) 路 2.77 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
// 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)
{
"inline_code_actions": false,
"current_line_highlight": "line",
"scrollbar": {
"show": "system",
},
"debugger": {
"button": false,
},
"search": {
"button": false,
},
"diagnostics": {
"button": false,
},
"cursor_shape": "bar",
"toolbar": {
"quick_actions": false,
"code_actions": false,
"agent_review": false,
"selections_menu": false,
"breadcrumbs": false,
},
"active_pane_modifiers": {
"inactive_opacity": 1.0,
"border_size": 0.0,
},
"zoomed_padding": true,
"pane_split_direction_vertical": "right",
"use_system_window_tabs": false,
"bottom_dock_layout": "contained",
"preview_tabs": {
"enable_preview_from_file_finder": false,
"enabled": true,
},
"tabs": {
"show_diagnostics": "off",
"show_close_button": "hover",
"close_position": "right",
"file_icons": true,
"git_status": false,
},
"tab_bar": {
"show_nav_history_buttons": false,
"show": true,
},
"title_bar": {
"show_branch_icon": true,
"show_branch_name": true,
"show_project_items": true,
"show_onboarding_banner": false,
"show_user_picture": false,
"show_sign_in": false,
"show_menus": false,
},
"ui_font_family": "JetBrainsMono Nerd Font",
"buffer_line_height": {
"custom": 1.5,
},
"buffer_font_weight": 400.0,
"telemetry": {
"diagnostics": false,
"metrics": false,
},
"terminal": {
"button": false,
"font_size": 17.0,
"font_family": "JetBrainsMono Nerd Font",
},
"project_panel": {
"entry_spacing": "comfortable",
"default_width": 240.0,
"hide_hidden": false,
"hide_root": true,
"indent_guides": {
"show": "never",
},
"indent_size": 15.0,
"git_status": true,
"hide_gitignore": false,
"dock": "right",
"button": true,
"auto_fold_dirs": false,
},
"base_keymap": "VSCode",
"status_bar": {
"active_language_button": true,
"experimental.show": false,
},
"multi_cursor_modifier": "cmd_or_ctrl",
"minimap": {
"show": "never",
},
"cursor_blink": true,
"autosave": {
"after_delay": {
"milliseconds": 1000,
},
},
"buffer_font_family": "JetBrainsMono Nerd Font",
"auto_indent_on_paste": true,
"linked_edits": true,
"icon_theme": "Catppuccin Mocha",
"ui_font_size": 18.0,
"buffer_font_size": 17.0,
"theme": {
"mode": "dark",
"light": "One Light",
"dark": "Catppuccin Mocha",
},
"git": {
"inline_blame": {
"enabled": false,
},
},
}