Files
nixos/henrovnix_ok/assets/copy_stuff/.config/zed/settings.json.backup
T
2026-03-02 13:36:26 +01:00

30 lines
588 B
Plaintext

{
"agent": {
"default_model": {
"provider": "ollama",
"model": "starcoder2:15b"
},
"favorite_models": [],
"model_parameters": []
},
"auto_install_extensions": {
"catppuccin-icons": true,
"nix": true,
"rust": true,
"toml": true,
"org-mode": true
},
"icon_theme": "Catppuccin Mocha",
"language_models": {
"ollama": {
"api_url": "http://localhost:11434",
"auto_discover": true,
"context_window": 8192
}
},
"theme": {
"dark": "Catppuccin Mocha (blue)",
"light": "Catppuccin Mocha (blue)"
}
}