chore(config): updated zed settings

Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
2025-05-15 16:38:49 +03:00
parent e73e61f01b
commit 812a27ea61

View File

@@ -3,9 +3,10 @@
"metrics": false "metrics": false
}, },
"assistant": { "assistant": {
"always_allow_tool_actions": false,
"default_model": { "default_model": {
"provider": "copilot_chat", "provider": "copilot_chat",
"model": "claude-3.7-sonnet-thought" "model": "gpt-4o"
}, },
"version": "2" "version": "2"
}, },
@@ -65,13 +66,9 @@
}, },
"ui_font_size": 16, "ui_font_size": 16,
"buffer_font_size": 16, "buffer_font_size": 16,
"buffer_font_fallbacks": [ "buffer_font_fallbacks": ["JetBrainsMono Nerd Font"],
"JetBrainsMono Nerd Font"
],
"edit_predictions": { "edit_predictions": {
"disabled_globs": [ "disabled_globs": [".env", ".env.*"]
".env"
]
}, },
"hour_format": "hour24" "hour_format": "hour24"
} }