Files
dotfiles/dot_config/zed/private_settings.json
T
mpuchstein 314262c56b zed: reset to local-only panel layout config
Remove SSH connection and legacy options; keep panel dock positions.
2026-05-12 01:04:24 +02:00

29 lines
440 B
JSON

{
"project_panel": {
"dock": "left"
},
"outline_panel": {
"dock": "left"
},
"collaboration_panel": {
"dock": "left"
},
"agent": {
"dock": "right",
"favorite_models": [],
"model_parameters": []
},
"git_panel": {
"dock": "left"
},
"mcpServers": {
"superlocalmemory": {
"type": "stdio",
"command": "slm",
"args": [
"mcp"
],
"enabled": true
}
}
}