dotfiles/dot_config/zed/private_settings.json

24 lines
584 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 the `zed: Open Default Settings` command
// from the command palette
{
"telemetry": {
"diagnostics": true,
"metrics": false
},
"vim_mode": true,
"ui_font_size": 12,
"buffer_font_family": "BrutalistMono Nerd Font",
"buffer_font_size": 12,
"theme": {
"mode": "system",
"dark": "Gruvbox Dark Hard",
"light": "Gruvbox Dark Hard"
}
}