copilot.lua
Code completion tool
A plugin that integrates GitHub Copilot with Neovim, providing a feature-rich completion system for coding.
Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot
3k stars
9 watching
89 forks
Language: Lua
last commit: 13 days ago
Linked from 1 awesome list
copilotgithub-copilotlsp-serverluaneovimnvim-cmp
Related projects:
Repository | Description | Stars |
---|---|---|
nvim-lua/plenary.nvim | A comprehensive Lua library providing a set of reusable functions for various tasks in Neovim plugins | 2,850 |
nvim-lualine/lualine.nvim | A Neovim statusline plugin with customizable components written in Lua. | 6,353 |
hrsh7th/nvim-cmp | A completion plugin for Neovim that provides full support for LSP completion capabilities and customizable key mappings. | 8,230 |
ibhagwan/fzf-lua | A Lua implementation of fzf for Neovim | 2,499 |
echasnovski/mini.nvim | A collection of independent Lua modules improving Neovim experience with minimal effort. | 5,528 |
nvim-lua/kickstart.nvim | A starting point for personal Neovim configuration. | 20,560 |
folke/lazy.nvim | A plugin manager for Neovim that automates the installation, updating, and management of plugins. | 15,291 |
jackmort/chatgpt.nvim | A plugin for Neovim that integrates with the ChatGPT API to generate natural language responses and assist with coding tasks. | 3,825 |
nvim-tree/nvim-tree.lua | A plugin for Neovim that provides a graphical file explorer tree | 7,328 |
nvimtools/none-ls.nvim | Tools to simplify language server setup and use in Neovim | 2,663 |
l3mon4d3/luasnip | A Lua-based snippet engine for Neovim, enabling text expansion and manipulation within the editor. | 3,549 |
ayamir/nvimdots | A well-configured Neovim setup with Lua configuration and plugins. | 2,963 |
windwp/nvim-autopairs | An autopair plugin for Neovim that automates matching pairs of characters | 3,322 |
luals/lua-language-server | A language server providing Lua code completion, diagnostics, and other development tools | 3,428 |
neogitorg/neogit | An interactive Git interface for Neovim | 4,194 |