Files
dotfiles/zed_config/settings.json
T
2024-10-01 19:13:43 -04:00

76 lines
1.4 KiB
JSON

{
"base_keymap": "None",
"outline_panel": {
"dock": "right"
},
"telemetry": {
"diagnostics": true,
"metrics": false
},
"assistant": {
"version": "2",
"enabled": false
},
"features": {
"copilot": false,
"inline_completion_provider": "none"
},
"collaboration_panel": {
"button": false
},
"chat_panel": {
"button": false
},
"theme": {
"mode": "system",
"light": "One Light",
"dark": "Catppuccin Mocha"
},
"scrollbar": {
"show": "system"
},
"scroll_beyond_last_line": "vertical_scroll_margin",
"vertical_scroll_margin": 20,
// "ui_font_family": ".SystemUIFont",
"ui_font_features": {},
"ui_font_size": 17,
"buffer_font_family": "Rec Mono Linear",
"buffer_font_size": 15,
"terminal": {
"font_family": "FiraCode Nerd Font Mono"
},
"relative_line_numbers": true,
"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": {
"Go": {
"tab_size": 2
},
"Astro": {
"tab_size": 2
}
},
"project_panel": {
"indent_size": 10,
"auto_fold_dirs": false
},
"file_types": {
"HTML": ["hbs", "njk", "webc"],
"Shell Script": [".env.local", ".env"]
}
}