docs: Add new project entry for opencode.nvim frontend (#5626)

This commit is contained in:
jinzhongjia 2025-12-17 01:29:06 +08:00 committed by GitHub
parent def910021d
commit 3f4d1121a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,12 +35,13 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw
## Projects
| Name | Description |
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------- |
| [kimaki](https://github.com/remorses/kimaki) | Discord bot to control OpenCode sessions, built on the SDK |
| [opencode.nvim](https://github.com/NickvanDyke/opencode.nvim) | Neovim plugin for editor-aware prompts, built on the API |
| [portal](https://github.com/hosenur/portal) | Mobile-first web UI for OpenCode over Tailscale/VPN |
| [opencode plugin template](https://github.com/zenobi-us/opencode-plugin-template/) | Template for building OpenCode plugins |
| Name | Description |
| ---------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
| [kimaki](https://github.com/remorses/kimaki) | Discord bot to control OpenCode sessions, built on the SDK |
| [opencode.nvim](https://github.com/NickvanDyke/opencode.nvim) | Neovim plugin for editor-aware prompts, built on the API |
| [portal](https://github.com/hosenur/portal) | Mobile-first web UI for OpenCode over Tailscale/VPN |
| [opencode plugin template](https://github.com/zenobi-us/opencode-plugin-template/) | Template for building OpenCode plugins |
| [opencode.nvim](https://github.com/sudo-tee/opencode.nvim) | Neovim frontend for opencode - a terminal-based AI coding agent |
---