hrsh7th / cmp-vsnip

nvim-cmp source for vim-vsnip
MIT License
90 stars 4 forks source link
nvim-cmp

cmp-vsnip

nvim-cmp source for vim-vsnip

Setup

require'cmp'.setup {
  sources = {
    { name = 'vsnip' }
  }
}