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
400 forks
Language: Lua
last commit: 20 days 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 | 564 |
nvim-lualine/lualine.nvim | A Neovim statusline plugin with customizable components written in Lua. | 6,228 |
l3mon4d3/luasnip | A Lua-based snippet engine for Neovim, enabling text expansion and manipulation within the editor. | 3,472 |
folke/lazy.nvim | A plugin manager for Neovim that automates the installation, updating, and management of plugins. | 14,855 |
nvim-lua/plenary.nvim | A comprehensive Lua library providing a set of reusable functions for various tasks in Neovim plugins | 2,787 |
nvim-lua/kickstart.nvim | A starting point for personal Neovim configuration. | 19,912 |
tzachar/cmp-ai | An AI-powered code completion plugin that integrates with Neovim's cmp. | 196 |
hrsh7th/cmp-vsnip | A plugin that integrates a suggestion completion system with a feature to reuse and complete code from previously used snippets | 95 |
williamboman/mason.nvim | Manages external editor tooling for Neovim | 7,929 |
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,944 |
neovim/nvim-lspconfig | Provides default configurations for language servers in Nvim. | 10,751 |
echasnovski/mini.nvim | A collection of independent Lua modules improving Neovim experience with minimal effort. | 5,268 |
nvimtools/none-ls.nvim | Tools to simplify language server setup and use in Neovim | 2,608 |
nvim-tree/nvim-tree.lua | A plugin for Neovim that provides a graphical file explorer tree | 7,252 |