diff options
Diffstat (limited to 'packages/web/src/content/docs/config.mdx')
| -rw-r--r-- | packages/web/src/content/docs/config.mdx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/web/src/content/docs/config.mdx b/packages/web/src/content/docs/config.mdx index c7f151338..751bb2b21 100644 --- a/packages/web/src/content/docs/config.mdx +++ b/packages/web/src/content/docs/config.mdx @@ -387,10 +387,7 @@ Place plugin files in `.opencode/plugin/` or `~/.config/opencode/plugin/`. You c ```json title="opencode.json" { "$schema": "https://opencode.ai/config.json", - "plugin": [ - "opencode-helicone-session", - "@my-org/custom-plugin" - ] + "plugin": ["opencode-helicone-session", "@my-org/custom-plugin"] } ``` |
