diff --git a/zed/config.json b/zed/config.json index e71163d..7f376b0 100644 --- a/zed/config.json +++ b/zed/config.json @@ -1,14 +1,4 @@ { - "agent_servers": { - "claude-acp": { - "default_config_options": { - "effort": "medium", - "model": "sonnet", - "mode": "default" - }, - "type": "registry" - } - }, "agent": { "default_profile": "write", "default_model": { @@ -43,6 +33,35 @@ "button": false, "dock": "right", }, + "ssh_connections": [ + { + "host": "PVE", + "args": [], + "projects": [ + { + "paths": [ + "/root/./" + ] + } + ] + }, + { + "host": "PVE", + "args": [], + "projects": [] + }, + { + "host": "NetLab", + "args": [], + "projects": [ + { + "paths": [ + "/home/damien/arista-evpn-vxlan-clab" + ] + } + ] + } + ], "git_panel": { "dock": "left", "tree_view": true, @@ -52,33 +71,7 @@ "metrics": false, }, "context_servers": { - "mcp-server-context7": { - "enabled": true, - "remote": false, - "settings": { - "context7_api_key": "CONTEXT7_TOKEN", - }, }, - "gitea": { - "enabled": true, - "remote": false, - "command": "docker", - "args": [ - "run", - "-i", - "--rm", - "-e", - "GITEA_ACCESS_TOKEN", - "-e", - "GITEA_HOST", - "docker.gitea.com/gitea-mcp-server", - ], - "env": { - "GITEA_ACCESS_TOKEN": "GITEA_TOKEN", - "GITEA_HOST": "https://gitea.home.lab/", - }, - }, - }, "edit_predictions": { "provider": "codestral", }, @@ -88,8 +81,8 @@ "buffer_font_family": "Hack Nerd Font", "theme": { "mode": "system", - "light": "One Light", - "dark": "ultraViolet", + "light": "Catppuccin Latte", + "dark": "Catppuccin Mocha", }, "languages": { "Python": {