copilot.vim
Neovim plugin for GitHub Copilot (by github)
copilot-cmp
Lua plugin to turn github copilot into a cmp source (by zbirenbaum)
copilot.vim | copilot-cmp | |
---|---|---|
64 | 15 | |
9,907 | 1,279 | |
3.1% | 1.6% | |
5.5 | 3.4 | |
3 days ago | 5 months ago | |
Vim Script | Lua | |
GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
copilot.vim
Posts with mentions or reviews of copilot.vim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-05-06.
-
Inline AI Suggestions in NeoVim: GitHub Copilot vs Windsurf (Codeium) — A Technical Comparative Analysis
Copilot.nvim (Official Vim Plugin) — The official plugin maintained by GitHub for Vim and NeoVim.
- Everyone knows your location: tracking myself down through in-app ads
-
GitHub Copilot is now available for free: The AI editor for everyone
https://github.com/github/copilot.vim works pretty well for inline autocompletion
https://github.com/CopilotC-Nvim/CopilotChat.nvim is the best I've found for the chat-type interaction. It lets you choose models/etc.
It's still not quite as nice as cursor, but decent enough that I enjoy using them
- Copilot.vim: Neovim Plugin for GitHub Copilot
-
Show HN: Use Code Llama as Drop-In Replacement for Copilot Chat
I use copilot in neovim[1]. It was remarkably simple to get installed. Highly recommend
[1]: https://github.com/github/copilot.vim
- How to use GitHub copilot in Vim?
- Obsidian-Copilot: A Prototype Assistant for Writing and Thinking
- Re: I Don't Use Copilot
-
Using Github Copilot.vim within Markdown fenced code blocks
I use Plug 'tpope/vim-markdown' and markdown fenced codeblocks fairly extensively, and recently installed Copilot.vim.
-
Neovim Integrations with AI and the rest of Internet
Anyways. Yes, neovim has AI integration like copilot ( https://github.com/github/copilot.vim ) and chatgpt ( https://github.com/jackMort/ChatGPT.nvim )
copilot-cmp
Posts with mentions or reviews of copilot-cmp.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-05-06.
-
Inline AI Suggestions in NeoVim: GitHub Copilot vs Windsurf (Codeium) — A Technical Comparative Analysis
Copilot-cmp — Enables Copilot suggestions to integrate with nvim-cmp.
- I can't get copilot.lua to work
-
How to Transform Vim to a Complete IDE?
There are numerous plugins available. For instance, this is a Copilot implementation: https://github.com/zbirenbaum/copilot-cmp. Or prettier: https://github.com/MunifTanjim/prettier.nvim. You might need just edit your configuration file.
-
Why might copilot not be showing up in my completions list?
I installed https://github.com/zbirenbaum/copilot-cmp and the same dev's copilot.lua
-
What's your Copilot setup?
So I'm using zbirenbaum/copilot.lua and its cmp extension and it's not too shabby, but I'm having issues with the completion menu hiding the signature help popup (I'm using noice for that). Any hints on how to make signature help not fight with Copilot is highly appreciated 🙏🏻
-
I can't figure out how to get copilot suggestions with cmp
copilot-cmp?
-
AI plugin overview
copilot-cmp - 440, suggest, gives copilot suggestions as autocompletions in the completion window. I like this one less as cmp only completes after 4 characters written or so and Codex (AI behind copilot) gives some of its most powerful suggestions after a newline. Perhaps it can be comfortably combined, would love to hear from anyone doing so.
-
Unmapping <Tab> and <CR> for autocompletion
You could also use zbirenbaum/copilot-cmp to integrate copilot with cmp directly.
-
Can copilot.vim be used with cmp?
There are many related issues like https://github.com/zbirenbaum/copilot-cmp/issues/44
-
Cannot use <Tab> on Copilot suggestions
I am using Astronvim and i've installed both copilot.lua and copilot-cmp with the following config:local status_ok, copilot = pcall(require, "copilot")
What are some alternatives?
When comparing copilot.vim and copilot-cmp you can also consider the following projects:
helix - A post-modern modal text editor.
copilot.lua - Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot
windsurf.vim - Free, ultrafast Copilot alternative for Vim and Neovim
neovim-copilot-nix-bundle - Run Neovim with GitHub Copilot out of the box
CodeGPT.nvim - CodeGPT is a plugin for neovim that provides commands to interact with ChatGPT.