79 lines
1.5 KiB
JSON
79 lines
1.5 KiB
JSON
![]() |
// 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)
|
||
|
{
|
||
|
"git_panel": {
|
||
|
"dock": "right"
|
||
|
},
|
||
|
"chat_panel": {
|
||
|
"dock": "left"
|
||
|
},
|
||
|
"languages": {
|
||
|
"JSONC": {
|
||
|
"show_inline_completions": false
|
||
|
}
|
||
|
},
|
||
|
"show_inline_completions": false,
|
||
|
"assistant": {
|
||
|
"default_model": {
|
||
|
"provider": "copilot_chat",
|
||
|
"model": "o1"
|
||
|
},
|
||
|
"version": "2"
|
||
|
},
|
||
|
"terminal": {
|
||
|
"dock": "right",
|
||
|
"default_width": 550
|
||
|
// "detect_venv": {
|
||
|
// "on": {
|
||
|
// "directories": ["venv", "env"],
|
||
|
// "activate_script": "default"
|
||
|
// }
|
||
|
// }
|
||
|
},
|
||
|
"project_panel": {
|
||
|
"dock": "right"
|
||
|
},
|
||
|
"base_keymap": "VSCode",
|
||
|
"telemetry": {
|
||
|
"metrics": false,
|
||
|
"diagnostics": false
|
||
|
},
|
||
|
"vim_mode": true,
|
||
|
"ui_font_size": 16,
|
||
|
"buffer_font_size": 15.0,
|
||
|
"theme": {
|
||
|
"mode": "system",
|
||
|
"light": "VSCode Dark Modern",
|
||
|
"dark": "VSCode Dark Modern"
|
||
|
},
|
||
|
|
||
|
"buffer_font_family": "Hack Nerd Font",
|
||
|
"ui_font_family": "Hack Nerd Font",
|
||
|
|
||
|
"toolbar": {
|
||
|
"breadcrumbs": false
|
||
|
},
|
||
|
|
||
|
"scrollbar": {
|
||
|
"show": "never"
|
||
|
},
|
||
|
|
||
|
"tabs": {
|
||
|
"git_status": true,
|
||
|
"file_icons": true
|
||
|
},
|
||
|
|
||
|
"format_on_save": "off",
|
||
|
|
||
|
"vim": {
|
||
|
"toggle_relative_line_numbers": true
|
||
|
}
|
||
|
|
||
|
}
|