nixcfg/config/opencode/config.json
Harald Hoyer 2e5fb2bf83 chore: enable LSP servers in opencode config
Auto-start language servers when matching file extensions are detected.
2026-05-20 14:09:21 +02:00

17 lines
354 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"lsp": true,
"disabled_providers": ["opencode"],
"provider": {
"halo": {
"npm": "@ai-sdk/openai-compatible",
"name": "Halo",
"options": {
"baseURL": "http://halo:8000/v1"
},
"models": {
"Qwen3.6-27B": { "name": "Qwen3.6-27B" },
}
}
}
}