mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-04 23:40:48 +00:00
chore: format code
This commit is contained in:
parent
b7b827c5bd
commit
5d7a52f8b8
1 changed files with 5 additions and 6 deletions
|
|
@ -73,12 +73,12 @@ Add to your [JetBrains IDE](https://www.jetbrains.com/) acp.json according to th
|
||||||
|
|
||||||
```json title="~/.config/zed/settings.json"
|
```json title="~/.config/zed/settings.json"
|
||||||
{
|
{
|
||||||
"agent_servers": {
|
"agent_servers": {
|
||||||
"OpenCode": {
|
"OpenCode": {
|
||||||
"command": "/absolute/path/bin/opencode",
|
"command": "/absolute/path/bin/opencode",
|
||||||
"args": ["acp"]
|
"args": ["acp"]
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -86,7 +86,6 @@ To open it, use the new 'OpenCode' agent in the AI Chat agent selector.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
### Avante.nvim
|
### Avante.nvim
|
||||||
|
|
||||||
Add to your [Avante.nvim](https://github.com/yetone/avante.nvim) configuration:
|
Add to your [Avante.nvim](https://github.com/yetone/avante.nvim) configuration:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue