#96 · Primary category: AI Coding Assistants
codecompanion.nvim
✨ AI Coding, Vim Style
Project last updated:08/29/26
GitHub Stars
6.8K
Forks
448
Contributors
200
License
Apache-2.0
Why we included this project
People who live in Neovim no longer have to switch to a browser tab or a separate app to get help from a language model. CodeCompanion plugs the assistant into the editor itself, talking to Anthropic, OpenAI, Google Gemini, GitHub Copilot, Ollama, or any other provider a team already uses. Beyond chat, it can transform code inline and coordinate multi-file changes through the Model Context Protocol, and it can pass bigger jobs to CLI agents like Claude Code or Codex. That coverage matters in day-to-day work: you keep your normal editing flow while the model handles explanations, refactoring, or generation, and the plugin manages the connection between your buffers and the remote model. If you are comfortable configuring Neovim plugins, this is a lighter option than a standalone AI coding tool, with the extra convenience that the whole setup lives in the environment you already work in.
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.