// 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) { "ui_font_family": "Inter Variable", "buffer_font_family": "Iosevka Term", "vim_mode": false, "disable_ai": true, "telemetry": { "diagnostics": false, "metrics": false }, "languages": { "Markdown": { "format_on_save": "on" } }, "icon_theme": "Zed (Default)", "ui_font_size": 16, "buffer_font_size": 15, "theme": "Dracula" }