Skip to content

Instantly share code, notes, and snippets.

@lazaronixon
Last active April 28, 2025 02:57
Show Gist options
  • Save lazaronixon/ab6cc4225bc899bfaaddd333b99db9e8 to your computer and use it in GitHub Desktop.
Save lazaronixon/ab6cc4225bc899bfaaddd333b99db9e8 to your computer and use it in GitHub Desktop.
zed_settings.json
{
"theme": "One Light",
"base_keymap": "Atom",
"buffer_font_family": "DejaVu Sans Mono",
"buffer_font_size": 16,
"ui_font_size": 16,
"auto_indent_on_paste": false,
"show_edit_predictions": false,
"show_whitespaces": "none",
"gutter": { "code_actions": false, "runnables": false, "breakpoints": false },
"indent_guides": { "enabled": false },
"toolbar": { "breadcrumbs": false, "quick_actions": false },
"git_panel": { "dock": "right" },
"scroll_beyond_last_line": "off",
"assistant": { "default_model": { "provider": "copilot_chat", "model": "claude-3-7-sonnet" }, "version": "2" },
"enable_language_server": false,
"remove_trailing_whitespace_on_save": true,
"ensure_final_newline_on_save": true,
"format_on_save": "off",
"tab_size": 2,
"telemetry": { "diagnostics": false, "metrics": false },
"git": { "inline_blame": { "enabled": false } },
"edit_predictions": { "mode": "subtle", "enabled_in_assistant": false },
"terminal": { "button": false }
}
{
"theme": "One Light",
"base_keymap": "Atom",
"buffer_font_family": "Menlo",
"buffer_font_size": 16,
"ui_font_size": 16,
"auto_indent_on_paste": false,
"show_edit_predictions": false,
"show_whitespaces": "none",
"gutter": { "code_actions": false, "runnables": false, "breakpoints": false },
"indent_guides": { "enabled": false },
"toolbar": { "breadcrumbs": false, "quick_actions": false },
"git_panel": { "dock": "right" },
"scroll_beyond_last_line": "off",
"assistant": { "default_model": { "provider": "copilot_chat", "model": "claude-3-7-sonnet" }, "version": "2" },
"enable_language_server": false,
"remove_trailing_whitespace_on_save": true,
"ensure_final_newline_on_save": true,
"format_on_save": "off",
"tab_size": 2,
"telemetry": { "diagnostics": false, "metrics": false },
"git": { "inline_blame": { "enabled": false } },
"edit_predictions": { "mode": "subtle", "enabled_in_assistant": false },
"terminal": { "button": false }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment