olimorris/codecompanion.nvim

✨ AI Coding, Vim Style

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 39 minutes ago
Added to GitGenius on September 9th, 2026
Created on December 27th, 2023
Open Issues & Pull Requests: 13 (+0)
GitHub issues: Enabled
Number of forks: 453
Total Stargazers: 6,855 (+0)
Total Subscribers: 27 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

CodeCompanion.nvim is a Neovim plugin that integrates AI coding assistants powered by large language models directly into the editor.

The plugin addresses the need for AI-assisted coding within Neovim by connecting to multiple LLM providers including Anthropic, OpenAI, Gemini, Copilot, and others. It works by establishing connections to these services and exposing their capabilities through Neovim commands and workflows. The tool includes built-in support for Agent Client Protocol and Model Context Protocol, enabling integration with AI agents like Claude Code and Codex that can perform multi-step coding tasks autonomously.

Developers using Neovim who want AI assistance without leaving their editor should consider this plugin. It suits projects where the team is already invested in Neovim and wants to leverage multiple LLM providers without switching tools. The plugin's support for agent protocols distinguishes it from simpler completions-only assistants, allowing for more sophisticated automated workflows. The README does not make explicit comparisons to alternatives, so adoption decisions should focus on whether the multi-provider approach and agent capabilities align with your workflow needs.

The project maintains active development with continuous integration testing. The codebase is written in Lua, following Neovim plugin conventions. The maintainer actively solicits community sponsorship and announces new features through project discussions, indicating ongoing investment in the tool's evolution.