mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-18 15:54:52 +00:00
chore(config): updated zed settings
Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user