dotfiles/data/zed/settings.json

18 lines
428 B
JSON
Raw Normal View History

2024-06-25 09:29:51 +00:00
{
"theme": "Catppuccin Mocha",
"ui_font_size": 16,
"ui_font_family": "Shantell Sans Normal",
"buffer_font_size": 16,
"buffer_font_family": "Iosevka Pacman",
"soft_wrap": "preferred_line_length",
2024-09-24 04:45:58 +00:00
"preferred_line_length": 120,
2024-06-25 09:29:51 +00:00
"vim_mode": true,
2024-09-24 04:45:58 +00:00
"show_call_status_icon": false,
"projects_online_by_default": false,
2024-07-30 05:39:12 +00:00
"restore_on_startup": "none",
"assistant": {
2024-09-24 04:45:58 +00:00
"enabled": false,
"version": "1"
2024-07-30 05:39:12 +00:00
}
2024-06-25 09:29:51 +00:00
}