#163 · Primary category: AI Coding Assistants

copilot.lua

copilot github-copilot lsp-server lua neovim nvim-cmp

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

Project last updated:08/26/26

GitHub Stars

4.1K

Forks

157

Contributors

63

License

MIT

Why we included this project

Neovim users who find the official Copilot plugin heavy have a leaner alternative here. copilot.lua implements GitHub Copilot support natively in Lua with its own API, so completions integrate with nvim-cmp instead of competing with it for screen space. Configuration is granular: you control where suggestions appear, which filetypes are enabled, and how the LSP server connects and authenticates, and those settings can vary per workspace. If your editor config is already written in Lua, this behaves like a normal Neovim component rather than an add-on bolted on top.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category