Skip to content

Instantly share code, notes, and snippets.

@caius
Created October 2, 2023 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caius/e50a91fed1057c7746077fd187491284 to your computer and use it in GitHub Desktop.
Save caius/e50a91fed1057c7746077fd187491284 to your computer and use it in GitHub Desktop.
Zed Config 2023-10-02
{
"auto_update": true,
"base_keymap": "TextMate",
"default_dock_anchor": "bottom",
"projects_online_by_default": false,
"theme": "Ayu Light",
"buffer_font_family": "FiraCode Nerd Font Mono",
"buffer_font_size": 14,
"tab_size": 2,
"hard_tabs": false,
"soft_wrap": "editor_width",
"preferred_line_length": 120,
"autosave": "on_window_change",
"ensure_final_newline_on_save": true,
"remove_trailing_whitespace_on_save": true,
"extend_comment_on_newline": true,
"format_on_save": "on",
"show_wrap_guides": true,
"wrap_guides": [
80,
120
],
"show_whitespaces": "all",
"cursor_blink": true,
"calls": {
"mute_on_join": true,
},
"features": {
"copilot": true,
},
"git": {
"git_gutter": "tracked_files",
"gutter_debounce": 5
},
"terminal": {
"font_size": 12,
"font_family": "FiraCode Nerd Font Mono"
},
"telemetry": {
"diagnostics": true,
"metrics": true
},
"language_overrides": {
"Go": {
"hard_tabs": true,
"enable_language_server": true
},
"Make": {
"hard_tabs": true,
"tab_size": 4
},
"Markdown": {
"tab_size": 4,
"preferred_line_length": 80
},
"Ruby": {
"enable_language_server": true,
"format_on_save": "on",
"formatter": "language_server"
},
"Rust": {
"tab_size": 4
},
"YAML": {
"enable_language_server": false
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment