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
},
"assistant": {
"default_model": {
"provider": "zed.dev",
"model": "claude-3-5-sonnet-20240620"
},
"version": "2",
"enabled": false
"enabled": true
},
"features": {
"copilot": false,
// "copilot": false,
"inline_completion_provider": "none"
},
"collaboration_panel": {
@@ -24,18 +28,19 @@
"theme": {
"mode": "system",
"light": "One Light",
"dark": "Catppuccin Mocha"
"dark": "Ayu Dark"
},
"scrollbar": {
"show": "system"
},
"cursor_shape": "underline",
"scroll_beyond_last_line": "vertical_scroll_margin",
"vertical_scroll_margin": 20,
// "ui_font_family": ".SystemUIFont",
"ui_font_family": "Rec Mono Linear",
"ui_font_features": {},
"ui_font_size": 17,
"ui_font_size": 16,
"buffer_font_family": "Rec Mono Linear",
"buffer_font_size": 15,
"buffer_font_size": 14,
"terminal": {
"font_family": "FiraCode Nerd Font Mono"
},
@@ -69,7 +74,16 @@
"auto_fold_dirs": false
},
"file_types": {
"HTML": ["hbs", "njk", "webc"],
"Shell Script": [".env.local", ".env"]
"HTML": ["hbs", "njk", "webc"]
},
"experimental.theme_overrides": {
"syntax": {
"comment": {
"font_style": "italic"
},
"keyword": {
"font_style": "italic"
}
}
}
}