Skip to content

Instantly share code, notes, and snippets.

@davioliveira-dev
Created February 28, 2025 14:30
Show Gist options
  • Save davioliveira-dev/4973df47e16eee692efc3c9ec50c16d6 to your computer and use it in GitHub Desktop.
Save davioliveira-dev/4973df47e16eee692efc3c9ec50c16d6 to your computer and use it in GitHub Desktop.
Zed config
{
"features": {
"edit_prediction_provider": "copilot"
},
"telemetry": {
"metrics": false,
"diagnostics": false
},
"ui_font_size": 16,
"buffer_font_size": 14,
"theme": {
"mode": "system",
"light": "Catppuccin Latte",
"dark": "Catppuccin Mocha"
},
"icon_theme": "Colored Zed Icons Theme Light",
"buffer_font_family": "JetBrainsMono Nerd Font"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment