dots-of-war/eggs/zed/settings.json

94 lines
2.1 KiB
JSON
Raw Permalink Normal View History

{
2024-12-04 21:34:30 +00:00
"auto_signature_help": false,
2024-12-21 21:42:30 +00:00
"unnecessary_code_fade": 0.5,
2024-12-14 12:32:26 +00:00
// "use_autoclose": true,
2024-12-08 16:45:31 +00:00
// "always_treat_brackets_as_autoclosed": false,
// "unstable.ui_density": "compact",
"assistant": {
"default_model": {
2024-12-04 21:34:30 +00:00
"provider": "copilot_chat",
"model": "gpt-4o"
},
"version": "2"
},
"theme": "Gruvbox Dark Hard",
"buffer_font_size": 14,
2024-12-14 12:32:26 +00:00
"buffer_font_family": "Input",
// "buffer_font_family": "FiraCode Nerd Font",
2024-12-21 21:42:30 +00:00
// "buffer_font_family": "JetBrainsMono Nerd Font Mono",
// "buffer_line_height": { "custom": 1.55 },
// "ui_font_family": "Noto Sans",
// "buffer_font_family": "Zed Mono",
// "active_pane_magnification": 1.3,
"tab_bar": {
"show_nav_history_buttons": false
},
"calls": {
"mute_on_join": true
},
"gutter": {
"line_numbers": false,
"folds": false
},
2024-12-21 21:42:30 +00:00
"toolbar": {
"quick_actions": false
// "selections_menu": false
},
"vertical_scroll_margin": 5,
2024-12-21 21:42:30 +00:00
"tabs": {
"git_status": true,
"file_icons": true,
"show_diagnostics": "errors"
},
"use_smartcase_search": true,
"preview_tabs": {
"enabled": true,
"enable_preview_from_file_finder": true,
"enable_preview_from_code_navigation": true
},
"message_editor": {
"auto_replace_emoji_shortcode": true
},
"terminal": {
2024-12-04 21:34:30 +00:00
"font_family": "JetBrainsMono Nerd Font",
"font_size": 14
},
"vim_mode": true,
"vim": {
"use_smartcase_find": true,
"use_system_clipboard": "on_yank"
},
"languages": {
"JSON": {
"format_on_save": "off"
}
2024-12-15 22:05:35 +00:00
},
"lsp": {
"rust-analyzer": {
"initialization_options": {
"typing": {
// Temporary workaround around round rust-analzyer wrongly inserting `|` twice
"excludeChars": "|<"
}
}
}
2024-12-21 21:42:30 +00:00
},
"drop_target_size": 0.3,
"indent_guides": {
"coloring": "fixed"
},
"experimental.theme_overrides": {
"editor.indent_guide": "#ffffff08",
"panel.indent_guide": "#ffffff08",
"panel.indent_guide_active": "#ffffff11",
"panel.indent_guide_hover": "#ffffff13",
"panel.background": "#282828",
"tab_bar.background": "#282828",
"border": "#3c3836"
}
}