Skip to content

Instantly share code, notes, and snippets.

@LukeberryPi
Last active March 4, 2024 20:50
Show Gist options
  • Save LukeberryPi/e11b7176eac719083097dfbe400264c9 to your computer and use it in GitHub Desktop.
Save LukeberryPi/e11b7176eac719083097dfbe400264c9 to your computer and use it in GitHub Desktop.
my zed settings
// 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": {
"copilot": false
},
"vim_mode": true,
"wrap_guides": [100],
"auto_update": true,
"format_on_save": "on",
"relative_line_numbers": true,
"base_keymap": "VSCode",
"autosave": "on_focus_change",
"theme": "Gruvbox Dark",
"ui_font_size": 16,
"buffer_font_size": 16,
"project_panel": {
"dock": "right",
"git_status": true
},
"soft_wrap": "editor_width",
"ui_font_family": "Fira Code",
"buffer_font_family": "Fira Code"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment