dots2/.config/zed/settings.json
2026-02-04 00:03:49 +01:00

29 lines
731 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)
{
"buffer_line_height": "standard",
"buffer_font_family": "CommitMono",
"buffer_font_weight": 600,
"terminal": {
"font_family": "CommitMono Nerd Font",
"font_weight": 600,
},
"telemetry": {
"diagnostics": false,
"metrics": false,
},
"vim_mode": true,
"ui_font_size": 16,
"buffer_font_size": 13.0,
"theme": {
"mode": "system",
"light": "One Light",
"dark": "Nord Dark",
},
}