Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 327 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 327 Bytes

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