mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 10:58:14 +00:00
[zed] Update settings
This commit is contained in:
@@ -7,8 +7,12 @@
|
|||||||
// custom settings, run `zed: open default settings` from the
|
// custom settings, run `zed: open default settings` from the
|
||||||
// command palette (cmd-shift-p / ctrl-shift-p)
|
// command palette (cmd-shift-p / ctrl-shift-p)
|
||||||
{
|
{
|
||||||
|
"collaboration_panel": {
|
||||||
|
"button": false,
|
||||||
|
},
|
||||||
|
"disable_ai": false,
|
||||||
"git_panel": {
|
"git_panel": {
|
||||||
"dock": "right"
|
"dock": "right",
|
||||||
},
|
},
|
||||||
"git": {
|
"git": {
|
||||||
"inline_blame": {
|
"inline_blame": {
|
||||||
@@ -39,8 +43,13 @@
|
|||||||
},
|
},
|
||||||
"base_keymap": "VSCode",
|
"base_keymap": "VSCode",
|
||||||
"agent": {
|
"agent": {
|
||||||
"enabled": false,
|
"default_model": {
|
||||||
"button": false,
|
"provider": "copilot_chat",
|
||||||
|
"model": "claude-sonnet-4",
|
||||||
|
},
|
||||||
|
"always_allow_tool_actions": false,
|
||||||
|
"enabled": true,
|
||||||
|
"button": true,
|
||||||
"model_parameters": [],
|
"model_parameters": [],
|
||||||
},
|
},
|
||||||
"buffer_font_family": "JetBrains Mono",
|
"buffer_font_family": "JetBrains Mono",
|
||||||
|
|||||||
Reference in New Issue
Block a user