// Zed settings // // For information on how to configure Zed, see the Zed // documentation: https://zed.dev/docs/configuring-zed // // To see all of Zed's default settings without changing your // custom settings, run `zed: open default settings` from the // command palette (cmd-shift-p / ctrl-shift-p) { "proxy": "", "ssh_connections": [ { "host": "straylight", "args": [], "projects": [ { "paths": [ "/srv/home/gc-sdk/./" ] }, { "paths": [ "/srv/home/gc-sdk/ipu-stack" ] } ] } ], "cli_default_open_behavior": "new_window", "outline_panel": { "dock": "left" }, "collaboration_panel": { "dock": "left" }, "git_panel": { "dock": "left" }, "project_panel": { "dock": "left", "hide_hidden": true }, "agent": { "dock": "right", "default_model": { "provider": "zed.dev", "model": "claude-3-5-sonnet-latest" }, }, "ui_font_size": 12, "buffer_font_weight": 300, "buffer_font_size": 12.0, "theme": { "mode": "dark", "light": "One Light", "dark": "Ayu Dark" }, "buffer_font_family": "Fira Code", "buffer_line_height": { "custom": 1.3 }, "ui_font_family": "Fira Sans", "features": { "edit_prediction_provider": "zed" }, "tab_size": 4, "format_on_save": "off", "inlay_hints": { "enabled": true }, "soft_wrap": "editor_width", "languages": { "Python": { "language_servers": [ "!basedpyright", "pyright" ] } } }