dots/config/zed/private_settings.json

73 lines
1.6 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)
{
"assistant": {
"default_model": {
"provider": "copilot_chat",
"model": "gpt-4o"
},
"version": "2"
},
"vim_mode": true,
"ui_font_size": 16,
"buffer_font_size": 16,
"buffer_font_family": "JetBrainsMono Nerd Font",
"cursor_blink": true,
"use_multiline_find": true,
"use_smartcase_search": true,
"relative_line_numbers": true,
"scroll_beyond_last_line": "vertical_scroll_margin",
"vertical_scroll_margin": 15,
"theme": {
"mode": "system",
"light": "One Light",
"dark": "Catppuccin Macchiato"
},
"tab_bar": {
"show": true,
"show_nav_history_buttons": false
},
"tabs": {
"file_icons": true,
"git_status": true
},
"git": {
"git_gutter": "tracked_files",
"inline_blame": {
"enabled": false
}
},
"indent_guides": {
"coloring": "indent_aware"
},
"terminal": {
"copy_on_select": true,
"button": true
},
"hover_popover_enabled": true,
"inlay_hints": {
"enabled": true
},
"preview_tabs": {
"enabled": true,
"enable_preview_from_code_navigation": true,
"enable_preview_from_file_finder": false
},
"scrollbar": {
"show": "auto",
"cursors": false,
"git_diff": false,
"search_results": true,
"selected_symbol": true,
"diagnostics": true
},
"command_aliases": {
"q": "pane: close all items"
}
}