// Zed settings (host)
//
// Place at: %APPDATA%\Zed\settings.json on Windows
//          (i.e. ~\AppData\Roaming\Zed\settings.json)
//
// 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)
{
  "status_bar": {
    "show_active_file": false
  },
  "cli_default_open_behavior": "existing_window",
  "restore_on_startup": "launchpad",
  "expand_excerpt_lines": 5,
  "excerpt_context_lines": 2,
  "ui_font_family": ".ZedMono",
  "ssh_connections": [
    {
      "host": "bythewood-webdev",
      "args": [],
      "projects": [
        {
          "paths": ["/home/dev"]
        }
      ]
    }
  ],
  "title_bar": {
    "show_sign_in": false
  },
  "git": {
    "disable_git": false
  },
  "disable_ai": true,
  "proxy": "",
  "show_whitespaces": "boundary",
  "telemetry": {
    "diagnostics": false,
    "metrics": false
  },
  "agent_servers": {
    "claude-acp": {
      "type": "registry"
    }
  },
  "base_keymap": "VSCode",
  "icon_theme": "Zed (Default)",
  "ui_font_size": 14.0,
  "buffer_font_size": 14.0,
  "theme": "Gruvbox Dark Hard",
  "terminal": {
    "detect_venv": "off"
  }
}
