nvim-cmp
Completion plugin
A completion plugin for Neovim that provides full support for LSP completion capabilities and customizable key mappings.
A completion plugin for neovim coded in Lua.
8k stars
49 watching
411 forks
Language: Lua
last commit: about 1 month ago
Linked from 2 awesome lists
nvim-cmp
Related projects:
Repository | Description | Stars |
---|---|---|
hrsh7th/cmp-cmdline | Provides a Vim plugin to manage command-line completions in a unified way | 568 |
nvim-lualine/lualine.nvim | A Neovim statusline plugin with customizable components written in Lua. | 6,353 |
l3mon4d3/luasnip | A Lua-based snippet engine for Neovim, enabling text expansion and manipulation within the editor. | 3,549 |
folke/lazy.nvim | A plugin manager for Neovim that automates the installation, updating, and management of plugins. | 15,291 |
nvim-lua/plenary.nvim | A comprehensive Lua library providing a set of reusable functions for various tasks in Neovim plugins | 2,850 |
nvim-lua/kickstart.nvim | A starting point for personal Neovim configuration. | 20,560 |
tzachar/cmp-ai | An AI-powered code completion solution integrating multiple APIs for remote code completion. | 200 |
hrsh7th/cmp-vsnip | A plugin that integrates a suggestion completion system with a feature to reuse and complete code from previously used snippets | 96 |
williamboman/mason.nvim | Manages external editor tooling for Neovim | 8,072 |
shougo/neocomplete.vim | A plugin that enables keyword completion with caching in Vim | 2,742 |
shougo/deoplete.nvim | Asynchronous completion framework for Neovim/Vim8 with Python interface | 5,948 |
neovim/nvim-lspconfig | Provides default configurations for language servers in Nvim. | 10,905 |
echasnovski/mini.nvim | A collection of independent Lua modules improving Neovim experience with minimal effort. | 5,528 |
nvimtools/none-ls.nvim | Tools to simplify language server setup and use in Neovim | 2,663 |
nvim-tree/nvim-tree.lua | A plugin for Neovim that provides a graphical file explorer tree | 7,328 |