dotfiles/.config/opencode/opencode.json
C4 Patino 90e9e6ea2c
All checks were successful
sync tailscale acls / acls (push) Successful in 2m49s
feat: disabled autoupdate in opencode configuration
2026-04-12 13:28:33 -05:00

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
}
}
}