mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 10:58:14 +00:00
[zed] Add Zed
This commit is contained in:
44
zed/.config/zed/settings.json
Normal file
44
zed/.config/zed/settings.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user