flocon/zed/settings.json

21 lines
597 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 `open default settings` command
// from the command palette or from `Zed` application menu.
{
"ui_font_size": 17,
"buffer_font_size": 16,
"theme": {
"mode": "system",
"light": "Catppuccin Latte",
"dark": "Catppuccin Frappé"
},
"vim_mode": true,
"relative_line_numbers": true,
"soft_wrap": "preferred_line_length",
"preferred_line_length": 160
}