Skip to content

Instantly share code, notes, and snippets.

@armababy
Last active January 5, 2025 12:17
Show Gist options
  • Save armababy/dc3a5c215156fc9cbe5368f4e0cbe906 to your computer and use it in GitHub Desktop.
Save armababy/dc3a5c215156fc9cbe5368f4e0cbe906 to your computer and use it in GitHub Desktop.
Zed editor config
// 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.
{
"assistant": {
"version": "2",
"default_model": {
"provider": "copilot_chat",
"model": "gpt-4"
}
},
"theme": "JetBrains New Dark",
"base_keymap": "JetBrains",
"format_on_save": "off",
"ui_font_size": 16,
"tab_size": 4,
"buffer_font_family": "Bitstream Vera Sans Mono",
"buffer_font_size": 14,
"buffer_line_height": {
"custom": 1.3
},
"project_panel": {
"dock": "right"
},
"preferred_line_length": 120,
"git": {
"inline_blame": {
"enabled": false
}
},
"tabs": {
"file_icons": true
},
"auto_signature_help": true,
"show_signature_help_after_completion": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment