github/copilot.vim

Neovim plugin for GitHub Copilot

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 39 minutes ago
Added to GitGenius on September 5th, 2026
Created on October 20th, 2021
Open Issues & Pull Requests: 65 (+0)
GitHub issues: Enabled
Number of forks: 806
Total Stargazers: 11,687 (+0)
Total Subscribers: 197 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

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

Detailed Description

Copilot.vim is a Vim and Neovim plugin that integrates GitHub Copilot, an AI pair programmer trained on billions of lines of public code, into your editor to generate coding suggestions across dozens of languages based on natural language prompts, comments, and method names.

The plugin solves the problem of slow code writing by bringing AI-assisted code generation directly into Vim and Neovim. It works by connecting to GitHub Copilot's backend service, which interprets context from your editor—including comments and existing code—and returns inline suggestions that you can accept or dismiss.

Anyone using Vim or Neovim who wants AI-assisted coding should consider this plugin. It requires an active GitHub Copilot subscription, Neovim or Vim 9.0.0185 or newer, and Node.js with NPM installed. Installation is straightforward through standard plugin managers or manual git clone, followed by running the `:Copilot setup` command. Suggestions appear inline and are accepted by pressing tab. The tool is designed for developers already committed to the Vim ecosystem who want to add AI capabilities without switching editors.

The project maintains an active feedback channel through its issue tracker where users can report problems and suggest improvements. The maintainers respond to user-reported issues and incorporate feedback to refine the plugin's functionality.