template zed and cleanup
This commit is contained in:
parent
8573a94b2c
commit
7534547048
1 changed files with 9 additions and 6 deletions
|
@ -3,7 +3,11 @@
|
||||||
"default_profile": "write",
|
"default_profile": "write",
|
||||||
"always_allow_tool_actions": true,
|
"always_allow_tool_actions": true,
|
||||||
"default_model": {
|
"default_model": {
|
||||||
"provider": "copilot_chat",
|
{{- if eq .hosttype "work" }}
|
||||||
|
"provider": "zed.dev",
|
||||||
|
{{- else }}
|
||||||
|
"provider": "zed.dev",
|
||||||
|
{{- end }}
|
||||||
"model": "claude-sonnet-4"
|
"model": "claude-sonnet-4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -11,14 +15,13 @@
|
||||||
"ui_font_family": "Iosevka Term",
|
"ui_font_family": "Iosevka Term",
|
||||||
"buffer_font_family": "Iosevka Term",
|
"buffer_font_family": "Iosevka Term",
|
||||||
"buffer_font_size": 15,
|
"buffer_font_size": 15,
|
||||||
"theme": {
|
|
||||||
"mode": "system",
|
|
||||||
"light": "One Light",
|
|
||||||
"dark": "One Dark"
|
|
||||||
},
|
|
||||||
"helix_mode": true,
|
"helix_mode": true,
|
||||||
"features": {
|
"features": {
|
||||||
|
{{- if eq .hosttype "work" }}
|
||||||
"edit_prediction_provider": "copilot"
|
"edit_prediction_provider": "copilot"
|
||||||
|
{{- else }}
|
||||||
|
"edit_prediction_provider": "zed"
|
||||||
|
{{- end }}
|
||||||
},
|
},
|
||||||
"theme": {
|
"theme": {
|
||||||
"mode": "dark",
|
"mode": "dark",
|
Loading…
Add table
Add a link
Reference in a new issue