mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
36 lines
564 B
JSON
36 lines
564 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"small_model": "zai-coding-plan/glm-4.6",
|
|
"lsp": {
|
|
"dart": {
|
|
"command": [
|
|
"dart",
|
|
"language-server"
|
|
],
|
|
"extensions": [
|
|
".dart"
|
|
]
|
|
}
|
|
},
|
|
"permission": {
|
|
"edit": "allow",
|
|
"bash": "allow",
|
|
"webfetch": "allow",
|
|
"doom_loop": "allow",
|
|
"external_directory": "allow"
|
|
},
|
|
"mcp": {
|
|
"web": {
|
|
"type": "local",
|
|
"command": [
|
|
"mctrl-mcp",
|
|
"web"
|
|
],
|
|
"enabled": true
|
|
}
|
|
},
|
|
"keybinds": {
|
|
"messages_half_page_up": "ctrl+u",
|
|
"messages_half_page_down": "ctrl+e"
|
|
}
|
|
}
|