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
- Host: GitHub
- URL: https://github.com/hrsh7th/cmp-vsnip
- Owner: hrsh7th
- License: mit
- Created: 2021-08-03T14:48:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T06:58:08.000Z (over 3 years ago)
- Last Synced: 2025-04-19T10:27:37.880Z (about 1 year ago)
- Topics: nvim-cmp
- Language: Lua
- Homepage:
- Size: 6.84 KB
- Stars: 101
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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' }
}
}
```