Files
dotfiles/zed/settings.json
2026-02-14 11:11:50 +01:00

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",
},
}