summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjinzhongjia <[email protected]>2025-12-17 01:29:06 +0800
committerGitHub <[email protected]>2025-12-16 11:29:06 -0600
commit3f4d1121a4fd5dfd13264b5d9fc1a83953d69e00 (patch)
tree87f35bd5f5d15229596619650534f06273d7293f
parentdef910021d79b6b8a69e6944b834dc339eb00f0f (diff)
downloadopencode-3f4d1121a4fd5dfd13264b5d9fc1a83953d69e00.tar.gz
opencode-3f4d1121a4fd5dfd13264b5d9fc1a83953d69e00.zip
docs: Add new project entry for opencode.nvim frontend (#5626)
-rw-r--r--packages/web/src/content/docs/ecosystem.mdx13
1 files changed, 7 insertions, 6 deletions
diff --git a/packages/web/src/content/docs/ecosystem.mdx b/packages/web/src/content/docs/ecosystem.mdx
index 8f75f5aeb..ce7517d30 100644
--- a/packages/web/src/content/docs/ecosystem.mdx
+++ b/packages/web/src/content/docs/ecosystem.mdx
@@ -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 |
---