updates to zed settings

This commit is contained in:
2025-06-19 10:32:59 +02:00
parent b2742be1bd
commit 7f4e308109

View File

@@ -10,13 +10,25 @@
// #############################################
// ## Theming ##
// #############################################
"icon_theme": "Catppuccin Frappé",
"ssh_connections": [
{
"host": "salt.dev",
"username": "salt",
"projects": [
{
"paths": ["/home/salt/releases/docker-updates"]
}
]
}
],
"icon_theme": "VSCode Icons (Dark)",
"ui_font_size": 16,
"buffer_font_size": 16,
"minimap": {
"show": "auto",
"show": "always",
"thumb": "hover",
"current_line_highlight": "all"
"current_line_highlight": "all",
"display_in": "active_editor"
},
"theme": {
"mode": "system",
@@ -46,21 +58,17 @@
"on_last_window_closed": "quit_app",
"ensure_final_newline_on_save": true,
"format_on_save": "prettier",
// Example on language specific options:
// "languages": {
// "Shell Script": {
// "format_on_save": "off"
// }
// },
"tab_size": 2,
// #############################################
// ## AI Stuff ##
// #############################################
"agent": {
"default_profile": "write",
"model_parameters": [],
"default_model": {
"provider": "copilot_chat",
"model": "claude-3.7-sonnet"
"model": "claude-sonnet-4"
},
"version": "2"
},