template zed and cleanup

This commit is contained in:
Matthew Ryan Dillon 2025-08-30 15:48:16 -04:00
parent 8573a94b2c
commit 7534547048

View file

@ -1,28 +0,0 @@
{
"agent": {
"default_profile": "write",
"always_allow_tool_actions": true,
"default_model": {
"provider": "copilot_chat",
"model": "claude-sonnet-4"
}
},
"ui_font_size": 15,
"ui_font_family": "Iosevka Term",
"buffer_font_family": "Iosevka Term",
"buffer_font_size": 15,
"theme": {
"mode": "system",
"light": "One Light",
"dark": "One Dark"
},
"helix_mode": true,
"features": {
"edit_prediction_provider": "copilot"
},
"theme": {
"mode": "dark",
"light": "One Light",
"dark": "Catppuccin Mocha"
}
}