// 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) { "vim_mode": true, "assistant": { "default_model": { "provider": "ollama", "model": "qwen2.5-coder:latest" }, "version": "2" }, "telemetry": { "metrics": false, "diagnostics": false }, "ui_font_size": 15, "buffer_font_size": 13, "theme": { "mode": "system", "light": "Catppuccin Latte - No Italics", "dark": "One Dark" } }