EN

Zed

// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
{
  "agent": {
    "model_parameters": [],
    "default_model": {
      "provider": "copilot_chat",
      "model": "gemini-2.0-flash-001"
    },
    "version": "2"
  },
  "telemetry": {
    "diagnostics": false,
    "metrics": false
  },
  "theme": "Tokyo Night",
  "ui_font_size": 15,
  "buffer_font_size": 14,
  "icon_theme": "Catppuccin Mocha",
  "terminal": {
    "dock": "bottom",
    "font_family": "Hack Nerd Font",
    "font_size": 12
  },
  "file_types": {
    "Tera (HTML)": ["html"]
  }
}