dotfiles/zed/settings.json

51 lines
1.1 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)
{
"terminal": {
"shell": {
"program": "zellij",
},
},
"outline_panel": {
"dock": "right",
},
"git_panel": {
"tree_view": false,
"dock": "left",
},
"vim": {
"cursor_shape": {
"insert": "bar",
},
"toggle_relative_line_numbers": true,
},
"ui_font_family": "JetBrainsMono Nerd Font",
"buffer_font_family": "JetBrainsMono Nerd Font",
"icon_theme": "Zed (Default)",
"project_panel": {
"hide_hidden": true,
},
"agent": {
"default_model": {
"provider": "copilot_chat",
"model": "claude-sonnet-4.5",
},
"model_parameters": [],
},
"base_keymap": "VSCode",
"vim_mode": true,
"ui_font_size": 35.0,
"buffer_font_size": 32.0,
"theme": {
"mode": "dark",
"light": "Ayu Light",
"dark": "Catppuccin Mocha",
},
}