dots-of-war/zed/.config/zed/settings.json
2024-04-20 16:40:21 +02:00

59 lines
1.3 KiB
JSON

{
"theme": "Gruvbox Dark Hard",
"buffer_font_size": 14,
"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"
}
},
"assistant": {
"version": "1",
"provider": {
"name": "openai",
"type": "openai",
"default_model": "gpt-3.5-turbo",
// "default_model": "anthropic/claude-3-haiku",
"api_url": "http://localhost:4444",
//"api_url": "https://openrouter.ai/api/v1",
}
// "provider": {
// "name": "openai",
// "type": "openai",
// "default_model": "gpt-3.5-turbo"
// }
//"provider": {
// "name": "zed.dev",
// "default_model": "gpt-3.5-turbo"
//}
}
}