// 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) { // practical "terminal": { "shell": "system" }, "gutter": { "line_numbers": true }, "redact_private_values": false, "agent": { "play_sound_when_agent_done": true, "default_profile": "write", "model_parameters": [] }, "autosave": { "after_delay": { "milliseconds": 1000 } }, "ensure_final_newline_on_save": true, "remove_trailing_whitespace_on_save": true, "format_on_save": "on", "soft_wrap": "editor_width", // ai completions on input "show_completions_on_input": true, "show_edit_predictions": false, "inlay_hints": { "enabled": true, "show_type_hints": true, "show_parameter_hints": true, "show_other_hints": true, "show_background": false, "edit_debounce_ms": 700, "scroll_debounce_ms": 50, "toggle_on_modifiers_press": null }, // visual "theme": { "mode": "dark", "light": "Gruvbox Light Hard", "dark": "Violet One Dark" }, "icon_theme": { "light": "Zed (Default)", "dark": "Material Icon Theme" }, "buffer_font_family": "Geist Mono", "ui_font_family": "Geist Mono", "ui_font_size": 16, "buffer_font_size": 15, // telemetry "telemetry": { "diagnostics": false, "metrics": false } }