All checks were successful
sync tailscale acls / acls (push) Successful in 1m1s
16 lines
270 B
JSON
16 lines
270 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"theme": "tokyonight",
|
|
"model": "github-copilot/gpt-5-mini",
|
|
"lsp": {
|
|
"clangd": {
|
|
"disabled": true
|
|
},
|
|
"pyright": {
|
|
"disabled": true
|
|
},
|
|
"texlab": {
|
|
"disabled": true
|
|
}
|
|
}
|
|
}
|