Update editor settings and add new Zed projects
This commit is contained in:
@@ -19,7 +19,30 @@
|
||||
"host": "desktop",
|
||||
"projects": [
|
||||
{
|
||||
"paths": ["/home/menno/.dotfiles"]
|
||||
"paths": [
|
||||
"/home/menno/.dotfiles"
|
||||
]
|
||||
},
|
||||
{
|
||||
"paths": [
|
||||
"/mnt/services/dashy"
|
||||
]
|
||||
}
|
||||
],
|
||||
"nickname": "Menno's Desktop PC"
|
||||
},
|
||||
{
|
||||
"host": "salt.dev",
|
||||
"projects": []
|
||||
},
|
||||
{
|
||||
"host": "salt.dev",
|
||||
"username": "salt",
|
||||
"projects": [
|
||||
{
|
||||
"paths": [
|
||||
"/home/salt/releases/current"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -71,11 +94,12 @@
|
||||
// ## AI Stuff ##
|
||||
// #############################################
|
||||
"agent": {
|
||||
"play_sound_when_agent_done": false,
|
||||
"default_profile": "write",
|
||||
"model_parameters": [],
|
||||
"default_model": {
|
||||
"provider": "openrouter",
|
||||
"model": "google/gemini-2.5-flash"
|
||||
"provider": "copilot_chat",
|
||||
"model": "claude-sonnet-4"
|
||||
}
|
||||
},
|
||||
"edit_predictions": {
|
||||
|
||||
Reference in New Issue
Block a user