Skip to content

Commit d83db93

Browse files
committed
Commit zed settings
1 parent a7a3aba commit d83db93

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

zed/settings.json

+15-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
// custom settings, run the `open default settings` command
88
// from the command palette or from `Zed` application menu.
99
{
10-
"icon_theme": "Material Icon Theme",
10+
"show_edit_predictions": false,
11+
"icon_theme": {
12+
"mode": "system",
13+
"dark": "Material Icon Theme",
14+
"light": "Material Icon Theme"
15+
},
1116
"confirm_quit": true,
1217
"vim_mode": true,
1318
"theme": {
@@ -28,6 +33,7 @@
2833
"git_gutter": "tracked_files",
2934
"inline_blame": { "enabled": false }
3035
},
36+
"git_panel": { "dock": "bottom" },
3137
"indent_guides": { "enabled": false },
3238
"vertical_scroll_margin": 0,
3339
"remove_trailing_whitespace_on_save": true,
@@ -76,5 +82,12 @@
7682
"project_panel": { "indent_size": 10 },
7783
"tab_bar": { "show_nav_history_buttons": false },
7884
"tabs": { "file_icons": true },
79-
"show_signature_help_after_edits": false
85+
"show_signature_help_after_edits": false,
86+
"lsp": {
87+
"discord_presence": {
88+
"initialization_options": {
89+
"idle": { "timeout": 1800, "action": "clear_activity" }
90+
}
91+
}
92+
}
8093
}

0 commit comments

Comments
 (0)