101 lines
1.9 KiB
JSON
101 lines
1.9 KiB
JSON
{
|
|
"show_user_picture": false,
|
|
"show_inline_completions": true,
|
|
"base_keymap": "None",
|
|
"outline_panel": {
|
|
"dock": "right"
|
|
},
|
|
"telemetry": {
|
|
"diagnostics": true,
|
|
"metrics": false
|
|
},
|
|
"assistant": {
|
|
"default_model": {
|
|
"provider": "zed.dev",
|
|
"model": "claude-3-5-sonnet-latest"
|
|
},
|
|
"version": "2",
|
|
"enabled": false
|
|
},
|
|
"features": {
|
|
"inline_completion_provider": "zed"
|
|
},
|
|
"collaboration_panel": {
|
|
"button": false
|
|
},
|
|
"chat_panel": {
|
|
"button": "never"
|
|
},
|
|
"toolbar": {
|
|
"breadcrumbs": false,
|
|
"quick_actions": false
|
|
},
|
|
"theme": {
|
|
"mode": "system",
|
|
"light": "One Light",
|
|
"dark": "Andromeda"
|
|
},
|
|
"scrollbar": {
|
|
"show": "system"
|
|
},
|
|
"cursor_shape": "underline",
|
|
"scroll_beyond_last_line": "vertical_scroll_margin",
|
|
"vertical_scroll_margin": 20,
|
|
"ui_font_family": "SF Mono",
|
|
"ui_font_features": {},
|
|
"ui_font_size": 16,
|
|
"buffer_font_family": "Rec Mono Linear",
|
|
"buffer_font_size": 14.5,
|
|
"terminal": {
|
|
"font_family": "Rec Mono Casual",
|
|
"font_fallbacks": ["FiraCode Nerd Font Mono"]
|
|
},
|
|
"soft_wrap": "editor_width",
|
|
"tabs": {
|
|
"close_position": "left",
|
|
"git_status": true,
|
|
"file_icons": true
|
|
},
|
|
"notification_panel": {
|
|
"button": false
|
|
},
|
|
"git": {
|
|
"git_gutter": "tracked_files"
|
|
},
|
|
"indent_guides": {
|
|
"enabled": true,
|
|
"coloring": "indent_aware"
|
|
},
|
|
"languages": {
|
|
"JSONC": {
|
|
"show_inline_completions": false
|
|
},
|
|
"Markdown": {
|
|
"show_inline_completions": false
|
|
},
|
|
"Go": {
|
|
"tab_size": 2
|
|
},
|
|
"Astro": {
|
|
"tab_size": 2
|
|
}
|
|
},
|
|
"project_panel": {
|
|
"indent_size": 10,
|
|
"auto_fold_dirs": false
|
|
},
|
|
"file_types": {
|
|
"HTML": ["hbs", "njk", "webc", "leaf"]
|
|
},
|
|
"experimental.theme_overrides": {
|
|
"syntax": {
|
|
"comment": {
|
|
"font_style": "italic"
|
|
},
|
|
"keyword": {
|
|
"font_style": "italic"
|
|
}
|
|
}
|
|
}
|
|
}
|