update zed config

This commit is contained in:
2024-10-26 13:27:31 -04:00
parent 22ee52bd98
commit 1c493e63af
+22 -8
View File
@@ -8,11 +8,15 @@
"metrics": false "metrics": false
}, },
"assistant": { "assistant": {
"default_model": {
"provider": "zed.dev",
"model": "claude-3-5-sonnet-20240620"
},
"version": "2", "version": "2",
"enabled": false "enabled": true
}, },
"features": { "features": {
"copilot": false, // "copilot": false,
"inline_completion_provider": "none" "inline_completion_provider": "none"
}, },
"collaboration_panel": { "collaboration_panel": {
@@ -24,18 +28,19 @@
"theme": { "theme": {
"mode": "system", "mode": "system",
"light": "One Light", "light": "One Light",
"dark": "Catppuccin Mocha" "dark": "Ayu Dark"
}, },
"scrollbar": { "scrollbar": {
"show": "system" "show": "system"
}, },
"cursor_shape": "underline",
"scroll_beyond_last_line": "vertical_scroll_margin", "scroll_beyond_last_line": "vertical_scroll_margin",
"vertical_scroll_margin": 20, "vertical_scroll_margin": 20,
// "ui_font_family": ".SystemUIFont", "ui_font_family": "Rec Mono Linear",
"ui_font_features": {}, "ui_font_features": {},
"ui_font_size": 17, "ui_font_size": 16,
"buffer_font_family": "Rec Mono Linear", "buffer_font_family": "Rec Mono Linear",
"buffer_font_size": 15, "buffer_font_size": 14,
"terminal": { "terminal": {
"font_family": "FiraCode Nerd Font Mono" "font_family": "FiraCode Nerd Font Mono"
}, },
@@ -69,7 +74,16 @@
"auto_fold_dirs": false "auto_fold_dirs": false
}, },
"file_types": { "file_types": {
"HTML": ["hbs", "njk", "webc"], "HTML": ["hbs", "njk", "webc"]
"Shell Script": [".env.local", ".env"] },
"experimental.theme_overrides": {
"syntax": {
"comment": {
"font_style": "italic"
},
"keyword": {
"font_style": "italic"
}
}
} }
} }