mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-12-25 21:51:06 +01:00
zed
This commit is contained in:
parent
47161e4d84
commit
abf7f7eec2
2 changed files with 4 additions and 3 deletions
|
@ -814,7 +814,7 @@
|
|||
"authenticated": true,
|
||||
"url": "https://api.vencord.dev/",
|
||||
"settingsSync": true,
|
||||
"settingsSyncVersion": 1734778446387
|
||||
"settingsSyncVersion": 1734793013888
|
||||
},
|
||||
"macosTranslucency": false
|
||||
}
|
|
@ -10,6 +10,7 @@
|
|||
"theme": "Catppuccin Espresso (Blur)",
|
||||
"ui_font_size": 15,
|
||||
"buffer_font_size": 14,
|
||||
"buffer_font_family": "Maple Mono",
|
||||
// Mine
|
||||
"format_on_save": "on",
|
||||
"terminal": {
|
||||
|
@ -89,8 +90,8 @@
|
|||
// Assistant
|
||||
"assistant": {
|
||||
"default_model": {
|
||||
"provider": "zed.dev",
|
||||
"model": "claude-3-5-sonnet-latest"
|
||||
"provider": "copilot_chat",
|
||||
"model": "gpt-4o"
|
||||
},
|
||||
"version": "2"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue