cmp-vim-lsp icon indicating copy to clipboard operation
cmp-vim-lsp copied to clipboard

Integration between https://github.com/hrsh7th/nvim-cmp and https://github.com/prabirshrestha/vim-lsp

cmp-vim-lsp

Integration between nvim-cmp and vim-lsp.

Setup

Plug 'hrsh7th/nvim-cmp'
Plug 'prabirshrestha/vim-lsp'
Plug 'dmitmel/cmp-vim-lsp'
require('cmp').setup({
  sources = {
    { name = 'vim_lsp' },
  },
})