dotfiles/.config/opencode/opencode.json

17 lines
293 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"autoupdate": false,
"theme": "tokyonight",
"model": "github-copilot/gpt-5-mini",
"lsp": {
"clangd": {
"disabled": true
},
"pyright": {
"disabled": true
},
"texlab": {
"disabled": true
}
}
}