42 lines
911 B
JSON
42 lines
911 B
JSON
// 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)
|
|
{
|
|
"indent_guides": {
|
|
"coloring": "indent_aware"
|
|
},
|
|
"show_edit_predictions": false,
|
|
"disable_ai": false,
|
|
"project_panel": {
|
|
"dock": "right",
|
|
},
|
|
"git_panel": {
|
|
"dock": "right",
|
|
},
|
|
"outline_panel": {
|
|
"dock": "right",
|
|
},
|
|
"collaboration_panel": {
|
|
"dock": "right",
|
|
},
|
|
"terminal": {
|
|
"env": {},
|
|
},
|
|
"format_on_save": "off",
|
|
"buffer_font_family": "Fira Mono",
|
|
"linked_edits": true,
|
|
"base_keymap": "VSCode",
|
|
"ui_font_size": 14,
|
|
"buffer_font_size": 16.0,
|
|
"theme": {
|
|
"mode": "system",
|
|
"light": "One Light",
|
|
"dark": "Palenight Theme",
|
|
},
|
|
}
|