File tree 1 file changed +15
-2
lines changed
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 7
7
// custom settings, run the `open default settings` command
8
8
// from the command palette or from `Zed` application menu.
9
9
{
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
+ },
11
16
"confirm_quit" : true ,
12
17
"vim_mode" : true ,
13
18
"theme" : {
28
33
"git_gutter" : " tracked_files" ,
29
34
"inline_blame" : { "enabled" : false }
30
35
},
36
+ "git_panel" : { "dock" : " bottom" },
31
37
"indent_guides" : { "enabled" : false },
32
38
"vertical_scroll_margin" : 0 ,
33
39
"remove_trailing_whitespace_on_save" : true ,
76
82
"project_panel" : { "indent_size" : 10 },
77
83
"tab_bar" : { "show_nav_history_buttons" : false },
78
84
"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
+ }
80
93
}
You can’t perform that action at this time.
0 commit comments