#183 · Primary category: AI Coding Assistants
opencode.nvim
Neovim 🤝 OpenCode in the flow that you already know.
Project last updated:08/21/26
GitHub Stars
3.8K
Forks
150
Contributors
45
License
MIT
Why we included this project
Developers who live in Neovim get to use OpenCode without leaving the editor. The plugin connects to OpenCode's TUI and API, so you can drop the current selection or buffer contents into a prompt, run commands, pick from built-in or custom prompts, and accept, reject, or reload the edits the agent proposes, with OpenCode events firing as native Neovim autocmds. It deliberately reuses familiar Vim-style keymaps and operators instead of inventing a new interaction model, which matters if you have years of config and muscle memory invested. The result is an agent that behaves like a pair programmer working inside your normal setup rather than a separate chat app.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.