hrsh7th/nvim-cmp

A completion plugin for neovim coded in Lua.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 30 minutes ago
Added to GitGenius on September 7th, 2026
Created on June 29th, 2021
Open Issues & Pull Requests: 303 (+0)
GitHub issues: Enabled
Number of forks: 438
Total Stargazers: 9,482 (+0)
Total Subscribers: 44 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 24.6 hours
Mean response time: 70.7 days
90th percentile: 203.8 days
Tracked items: 142

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 3% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 86
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 762 days
Stale 30+ days: 83
Stale 90+ days: 78

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (101)
  • feature-request (7)
  • help wanted (3)
  • upstream-issue (3)
  • discussion (2)
  • reproduced (2)
  • difficult (1)
  • high-priority (1)

Most active issues this week

Detailed Description

nvim-cmp is a completion engine plugin for Neovim written in Lua.

The plugin solves the problem of providing intelligent code completion in Neovim by implementing a completion engine that sources completion data from external repositories. It offers full support for LSP completion-related capabilities and emphasizes powerful customizability through Lua functions. The architecture relies on external completion sources that users install and configure separately, allowing flexibility in choosing which completion providers to use.

Developers should adopt this tool if they want a highly customizable completion system for Neovim with strong LSP integration. It suits projects where users are comfortable managing their own key mappings and completion source configuration through Lua. The tool provides pre-defined key mapping presets that aim to mimic Neovim's native behavior, though the README notes these can change without announcement and recommends managing key mappings independently. A wiki documents available completion sources and advanced configuration examples to help users extend the plugin's functionality.

The project is maintained as a hobby effort. The maintainer requests that bug reports include minimal configuration and reproduction steps, and has documented breaking changes in a dedicated GitHub issue for subscribers to monitor. The pre-defined mapping presets are subject to change without notice, placing responsibility on users to manage their own key binding configuration rather than relying on stable defaults.