[zed] Add Zed

This commit is contained in:
2025-12-28 21:02:13 +00:00
parent 5c1a7636e6
commit 770eb657f0

View File

@@ -0,0 +1,44 @@
// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
{
"calls": {
"mute_on_join": true
},
"features": {
"edit_prediction_provider": "copilot"
},
"ui_font_family": ".ZedSans",
"buffer_line_height": "comfortable",
"icon_theme": "Material Icon Theme",
"terminal": {
"font_size": 13.0
},
"base_keymap": "VSCode",
"agent": {
"enabled": false,
"button": false,
"model_parameters": []
},
"buffer_font_family": "Jetbrains Mono",
"file_types": {
"yaml": [
"services"
],
"rust": [
"*.rs"
]
},
"ui_font_size": 16,
"buffer_font_size": 13.0,
"theme": {
"mode": "dark",
"light": "One Light",
"dark": "One Dark"
}
}