Files
dotfiles/home/dot_config/opencode/opencode.jsonc.tmpl
Xevion 1d36d6ce0a config: add Catppuccin theme and tweak editor settings
- Add high-contrast Catppuccin theme for OpenCode
- Enable Copilot edit prediction in Zed
- Increase Kitty font size and improve text rendering
- Fix trailing comma in OpenCode plugins config
2026-01-10 19:10:31 -06:00

37 lines
834 B
Cheetah

{
"$schema": "https://opencode.ai/config.json",
"model": "anthropic/claude-sonnet-4-5",
"plugin": [
// "@tarquinen/opencode-dcp@latest",
"@franlol/opencode-md-table-formatter@0.0.3",
// "file:///home/xevion/projects/opencode-anthropic-websearch/dist/index.js",
"opencode-anthropic-auth",
],
"keybinds": {
"model_cycle_favorite": "ctrl+f"
},
"lsp": {
"jdtls": {
"disabled": true
}
},
"mcp": {
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "{{ dopplerProjectJson.CONTEXT7_API_KEY }}"
}
},
"gh_grep": {
"type": "remote",
"url": "https://mcp.grep.app"
},
"linear": {
"type": "remote",
"url": "https://mcp.linear.app/mcp",
"oauth": {}
}
}
}