dotfiles/.config/zed/settings.json

21 lines
574 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_font_family": "JetBrainsMono Nerd Font",
"vim_mode": false,
"disable_ai": true,
"telemetry": {
"diagnostics": false,
"metrics": false
},
"icon_theme": "Zed (Default)",
"ui_font_size": 16,
"buffer_font_size": 15,
"theme": "Dracula"
}