An open API service indexing awesome lists of open source software.

https://github.com/hrsh7th/cmp-vsnip

nvim-cmp source for vim-vsnip
https://github.com/hrsh7th/cmp-vsnip

nvim-cmp

Last synced: 8 months ago
JSON representation

nvim-cmp source for vim-vsnip

Awesome Lists containing this project

README

          

# cmp-vsnip

nvim-cmp source for [vim-vsnip](https://github.com/hrsh7th/vim-vsnip)

# Setup

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