Skip to content

dmitmel/cmp-vim-lsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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' },
  },
})