# nvim-cmp A completion plugin for neovim written in Lua. Status ==================== not yet stable but ok to use (for testing). Setup ==================== First, You should install core and sources by your favorite plugin manager. The `nvim-cmp` sources can be found in [here](https://github.com/topics/nvim-cmp). ```viml Plug 'hrsh7th/nvim-cmp' Plug 'hrsh7th/cmp-buffer' ``` Then setup configuration. ```viml " Setup global configuration. More on configuration below. lua <