Skip to content

Instantly share code, notes, and snippets.

@nikola-wd
Created June 4, 2025 17:29
Show Gist options
  • Select an option

  • Save nikola-wd/8e7b1ff23e9643eb2b3dc4326b918482 to your computer and use it in GitHub Desktop.

Select an option

Save nikola-wd/8e7b1ff23e9643eb2b3dc4326b918482 to your computer and use it in GitHub Desktop.
ZED IDE 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 `zed: Open Default Settings` command
// from the command palette
{
"base_keymap": "SublimeText",
"vim_mode": false,
"format_on_save": "off",
"remove_trailing_whitespace_on_save": true,
"tabs": {
"git_status": true,
"close_position": "left"
},
"project_panel": {
"auto_fold_dirs": true,
"indent_size": 12,
"indent_guides": {
"show": "always"
}
},
"features": {
"edit_prediction_provider": "copilot"
},
"agent": {
"enabled": true,
"version": "1"
},
"telemetry": {
"metrics": false
},
"ui_font_size": 16,
"buffer_font_size": 16,
"theme": {
"mode": "system",
"light": "One Light",
"dark": "Catppuccin Macchiato"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment