config(zed): hide toolbar

main
sudo pacman -Syu 2024-09-24 12:41:15 +07:00
parent 3ffae85a70
commit 77b92e3fd6
1 changed files with 14 additions and 6 deletions

View File

@ -1,17 +1,25 @@
{
"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",
"preferred_line_length": 120,
"toolbar": {
"breadcrumbs": false,
"quick_actions": false
},
"theme": {
"mode": "system",
"dark": "Catppuccin Mocha",
"light": "Catppuccin Latte"
},
"vim_mode": true,
"show_call_status_icon": false,
"projects_online_by_default": false,
"restore_on_startup": "none",
"assistant": {
"enabled": false,
"version": "1"
}
"version": "2"
},
"show_call_status_icon": false,
"projects_online_by_default": false,
"restore_on_startup": "none"
}