Skip to content

Instantly share code, notes, and snippets.

@cj-praveen
Created July 11, 2024 05:28
Show Gist options
  • Save cj-praveen/a0ea7b30ead0fd83cd9f566fd1cff4ef to your computer and use it in GitHub Desktop.
Save cj-praveen/a0ea7b30ead0fd83cd9f566fd1cff4ef to your computer and use it in GitHub Desktop.
My Configuration for Zed Code Editor
// 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 the `open default settings` command
// from the command palette or from `Zed` application menu.
{
"features": {
"inline_completion_provider": "none"
},
"theme": "One Dark",
"telemetry": {
"diagnostics": false,
"metrics": false
},
"ui_font_size": 16,
"buffer_font_size": 16,
"auto_update": false,
"autosave": "on_window_change"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment