zbirenbaum/copilot.lua

Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Type:Plugin / ExtensionCategory(s):AI Coding AgentsEditors & IDEsAI Agents & LLM Apps
Added to GitGenius on September 16th, 2026
Created on April 2nd, 2022
Open Issues & Pull Requests: 20 (+0)
GitHub issues: Enabled
Number of forks: 161
Total Stargazers: 4,100 (+0)
Total Subscribers: 10 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 15.5 hours
Mean response time: 32.8 days
90th percentile: 117.8 days
Tracked items: 201

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 4% of issues opened in the past year have never received a reply. Work labelled "bug" is answered fastest, typically in about 3 hours, while "enhancement" waits about 4 days. 83% of issues opened in the past year have been closed, leaving a working backlog. Three people close 83% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 18
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 438 days
Stale 30+ days: 18
Stale 90+ days: 12

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 (24)
  • enhancement (18)
  • external issue (9)
  • question (8)
  • documentation (5)
  • help wanted (3)
  • not planned (3)
  • dependencies (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

copilot.lua is a Neovim plugin that provides a complete replacement for copilot.vim with an API for interacting with GitHub Copilot.

The plugin solves the problem of integrating GitHub Copilot into Neovim by reimplementing the functionality of the original copilot.vim plugin in Lua. Rather than relying on the Vim-based implementation, copilot.lua is built natively for Neovim using Lua, which allows it to integrate more deeply with Neovim's architecture and plugin ecosystem. The plugin communicates with GitHub Copilot's language server to provide code completion suggestions directly within the editor.

Developers using Neovim who want GitHub Copilot integration should consider this plugin if they prefer a Lua-based implementation over the original Vim plugin. The project suits Neovim users who want a native plugin that works with Neovim's LSP infrastructure and completion frameworks like nvim-cmp. The README positions this as a replacement for copilot.vim, indicating it provides equivalent functionality with enhancements specific to the Neovim environment.

The project shows active development with regular commits addressing bug fixes and feature improvements. The codebase demonstrates ongoing refinement of the Copilot integration, with attention paid to compatibility with Neovim's evolving plugin APIs. Maintenance activity indicates responsiveness to user issues and a commitment to keeping the plugin functional with current versions of Neovim and GitHub Copilot's backend services.