flocon/zed/settings.json

42 lines
908 B
JSON
Raw Normal View History

2024-07-25 21:14:58 +00:00
// 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.
{
"terminal": {
"dock": "bottom"
},
2024-07-25 21:14:58 +00:00
"ui_font_size": 17,
"buffer_font_size": 16,
"theme": {
"mode": "system",
2024-07-26 14:23:09 +00:00
"light": "Catppuccin Latte",
2024-07-25 21:14:58 +00:00
"dark": "Catppuccin Frappé"
},
2024-07-30 20:24:19 +00:00
"vim_mode": true,
2024-08-04 13:01:05 +00:00
"relative_line_numbers": true,
"soft_wrap": "preferred_line_length",
"preferred_line_length": 160,
"project_panel": {
"dock": "right"
},
"outline_panel": {
"dock": "right"
},
"assistant": {
"version": "2",
"dock": "left"
},
"chat_panel": {
"button": false
},
"collaboration_panel": {
"dock": "right",
"button": false
}
2024-07-25 21:14:58 +00:00
}