mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-12-26 06:02:23 +00:00
51 lines
1 KiB
JSON
51 lines
1 KiB
JSON
{
|
|
"assistant": {
|
|
"default_model": {
|
|
"provider": "copilot_chat",
|
|
"model": "gpt-4o"
|
|
},
|
|
"version": "2"
|
|
},
|
|
"language_models": {
|
|
"openai": {
|
|
"version": "1"
|
|
}
|
|
},
|
|
"theme": "Gruvbox Dark Hard",
|
|
"buffer_font_size": 14,
|
|
"buffer_font_family": "FiraCode Nerd Font",
|
|
//"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
|
|
},
|
|
"vertical_scroll_margin": 5,
|
|
"tabs": { "git_status": true },
|
|
|
|
"terminal": {
|
|
"font_family": "JetBrainsMono Nerd Font Mono",
|
|
"font_size": 14
|
|
},
|
|
"vim_mode": true,
|
|
"vim": {
|
|
"use_smartcase_find": true,
|
|
"use_system_clipboard": "on_yank"
|
|
},
|
|
"languages": {
|
|
"JSON": {
|
|
"format_on_save": "off"
|
|
}
|
|
}
|
|
}
|