// 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 the `open default settings` command // from the command palette or from `Zed` application menu. { "agent": { "default_profile": "ask", "default_model": { "provider": "google", "model": "gemini-2.5-flash-preview-04-17" }, "model_parameters": [], "always_allow_tool_actions": false, "version": "2" }, "features": { "edit_prediction_provider": "copilot" }, "edit_predictions": { "disabled_globs": [], "mode": "eager" }, "buffer_font_family": "JetBrainsMono Nerd Font", "theme": "Vitesse Dark Soft", "vim_mode": false, "ui_font_size": 16, "buffer_font_size": 15, "telemetry": { "diagnostics": false, "metrics": false }, "format_on_save": "on", "auto_update": false, "terminal": { "font_family": "Maple Mono NF" }, "language_models": { "google": { "api_url": "https://api-proxy.me/gemini" }, "openai": { "version": "1", "api_url": "https://burn.hair/v1" } } }