
Majjoha Nvim Context
- 1 repo stars
- Updated June 26, 2026
- majjoha/nvim-context
majjoha-nvim-context is a Claude Code plugin that bridges running Neovim instances so agentic coding tools use live editor context.
About
majjoha-nvim-context is a Claude Code plugin marketplace entry from majjoha/nvim-context that ships one plugin to bridge live Neovim instances with agentic coding tools. developers who live in Neovim install it when they want Claude Code (or similar agents) to see real editor context—buffers, instances, and coding session state—rather than manually pasting files or relying on partial workspace indexes. The description frames it explicitly as a bridge between running Neovim and agents, which makes it development infrastructure rather than a product feature or launch playbook. It suits developers optimizing an Neovim-plus-agent stack during active implementation, not teams standardized on VS Code only. Setup is intermediate: Neovim running locally or remotely, agent host configured, and security awareness because editor bridges can expose sensitive code paths.
- Single-plugin marketplace bridging running Neovim instances to agentic coding tools
- Exposes editor context so agents align suggestions with what is actually open and active
- Community-listed integration aimed at nvim-centric solo dev workflows
- Reduces copy-paste context handoffs between terminal editor and Claude Code
- Requires both Neovim and the host agent to be running with compatible bridge setup
Majjoha Nvim Context by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install majjoha-nvim-context@majjoha/nvim-contextAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | June 26, 2026 |
| Repository | majjoha/nvim-context ↗ |
What it does
Install the nvim-context bridge so Claude Code and other agentic tools read live buffer context from running Neovim instances while you code.
Who is it for?
Neovim-first developers who pair Claude Code or other agents with terminal editing every day.
Skip if: Skip if you're on GUI-only IDEs with no Neovim workflow, or environments that block editor bridge plugins.
What you get
After you add the plugin, your agent can consume Neovim context from running instances and stay aligned with your live coding session.
- One nvim-context bridge plugin registered in Claude Code
- Live Neovim context available to agentic coding sessions
- Reduced manual context packaging while editing in the terminal
Recommended Plugins
How it compares
Neovim context bridge plugin, not a testing harness or browser automation marketplace.
FAQ
Who is Majjoha Nvim Context for?
It is for developers who run Neovim alongside Claude Code or other agentic tools and want automated context sync from live editor instances.
When should I use Majjoha Nvim Context?
Use it during Build when agent suggestions should reflect open buffers and multi-instance Neovim sessions without manual exports.
How do I add Majjoha Nvim Context to my agent?
Register the majjoha/nvim-context marketplace in Claude Code, install the bundled bridge plugin, and configure Neovim plus agent connectivity per upstream docs.