16 lines
271 B
JSON
16 lines
271 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"theme": "tokyonight",
|
|
"model": "opencode/minimax-m2.5-free",
|
|
"lsp": {
|
|
"clangd": {
|
|
"disabled": true
|
|
},
|
|
"pyright": {
|
|
"disabled": true
|
|
},
|
|
"texlab": {
|
|
"disabled": true
|
|
}
|
|
}
|
|
}
|