Skip to content

Instantly share code, notes, and snippets.

@cj-praveen
Last active July 26, 2024 11:24
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
{
"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",
"languages": {
"HTML": {
"format_on_save": "off"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment