opencode-nvim
v0.1.0
Published
OpenCode plugin that opens AI-edited files in Neovim automatically
Downloads
23
Maintainers
Readme
plugin
TypeScript OpenCode plugin (opencode-nvim). Published to npm.
Responsibility
Bridges OpenCode events and the ocnvim Rust binary:
- Listens for
file.edited→ callsocnvim open <file> - Listens for
session.created→ shows one-time welcome toast - Provides
/nvimslash command for manual file opens
Installation (users)
Add to opencode.json:
{ "plugin": ["opencode-nvim"] }Development
npm install
npm run build # tscStructure
See src/README.md for the module map.
