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 ## // ## 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, "ui_font_size": 16,
"buffer_font_size": 16, "buffer_font_size": 16,
"minimap": { "minimap": {
"show": "auto", "show": "always",
"thumb": "hover", "thumb": "hover",
"current_line_highlight": "all" "current_line_highlight": "all",
"display_in": "active_editor"
}, },
"theme": { "theme": {
"mode": "system", "mode": "system",
@@ -46,21 +58,17 @@
"on_last_window_closed": "quit_app", "on_last_window_closed": "quit_app",
"ensure_final_newline_on_save": true, "ensure_final_newline_on_save": true,
"format_on_save": "prettier", "format_on_save": "prettier",
// Example on language specific options: "tab_size": 2,
// "languages": {
// "Shell Script": {
// "format_on_save": "off"
// }
// },
// ############################################# // #############################################
// ## AI Stuff ## // ## AI Stuff ##
// ############################################# // #############################################
"agent": { "agent": {
"default_profile": "write",
"model_parameters": [], "model_parameters": [],
"default_model": { "default_model": {
"provider": "copilot_chat", "provider": "copilot_chat",
"model": "claude-3.7-sonnet" "model": "claude-sonnet-4"
}, },
"version": "2" "version": "2"
}, },