chore: simplify plugin configuration and enable official plugins

Switch from community workflows to official plugins (rust-analyzer-lsp,
ralph-wiggum) for better maintenance. Disable DCP plugin temporarily.
Reorganize settings alphabetically and remove unused workflow plugins.
This commit is contained in:
2025-12-26 14:34:51 -06:00
parent 591d17ddba
commit 3365f031f9
2 changed files with 4 additions and 37 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"$schema": "https://opencode.ai/config.json",
"model": "anthropic/claude-sonnet-4-5",
"plugin": [
"@tarquinen/opencode-dcp@latest",
// "@tarquinen/opencode-dcp@latest",
"@franlol/opencode-md-table-formatter@0.0.3",
// "file:///home/xevion/projects/opencode-anthropic-websearch/dist/index.js"
],