Files
dotfiles/zed/config.json
T
2026-08-04 10:17:46 +00:00

116 lines
2.2 KiB
JSON

{
"agent": {
"default_profile": "write",
"default_model": {
"provider": "mistral",
"model": "devstral-medium-latest",
"enable_thinking": false,
},
"tool_permissions": {
"tools": {
"fetch": {
"default": "allow",
},
},
},
"sidebar_side": "right",
"dock": "right",
"button": true,
"model_parameters": [],
"commit_message_model": {
"provider": "mistral",
"model": "mistral-small-latest",
},
},
"cli_default_open_behavior": "existing_window",
"project_panel": {
"dock": "left",
},
"outline_panel": {
"dock": "left",
},
"collaboration_panel": {
"button": false,
"dock": "right",
},
"ssh_connections": [
{
"host": "PVE",
"args": [],
"projects": [
{
"paths": [
"/root/./"
]
}
]
},
{
"host": "PVE",
"args": [],
"projects": []
},
{
"host": "NetLab",
"args": [],
"projects": [
{
"paths": [
"/home/damien/arista-evpn-vxlan-clab"
]
}
]
}
],
"git_panel": {
"dock": "left",
"tree_view": true,
},
"telemetry": {
"diagnostics": true,
"metrics": false,
},
"context_servers": {
},
"edit_predictions": {
"provider": "codestral",
},
"icon_theme": "Material Icon Theme",
"ui_font_size": 16,
"buffer_font_size": 14,
"buffer_font_family": "Hack Nerd Font",
"theme": {
"mode": "system",
"light": "Catppuccin Latte",
"dark": "Catppuccin Mocha",
},
"languages": {
"Python": {
"language_servers": ["ruff"],
},
"Ansible": {
"semantic_tokens": "combined",
},
},
"file_types": {
"Ansible": [
"**.ansible.yml",
"**.ansible.yaml",
"**/defaults/*.yml",
"**/defaults/*.yaml",
"**/meta/*.yml",
"**/meta/*.yaml",
"**/tasks/*.yml",
"**/tasks/*.yaml",
"**/handlers/*.yml",
"**/handlers/*.yaml",
"**/group_vars/*.yml",
"**/group_vars/*.yaml",
"**/playbooks/*.yaml",
"**/playbooks/*.yml",
"**playbook*.yaml",
"**playbook*.yml",
],
},
}