https://github.com/prabirshrestha/vsnip-snippets
My snippets for https://github.com/hrsh7th/vim-vsnip
https://github.com/prabirshrestha/vsnip-snippets
Last synced: 9 months ago
JSON representation
My snippets for https://github.com/hrsh7th/vim-vsnip
- Host: GitHub
- URL: https://github.com/prabirshrestha/vsnip-snippets
- Owner: prabirshrestha
- Created: 2019-12-25T22:47:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T11:37:52.000Z (about 2 years ago)
- Last Synced: 2025-02-10T03:42:50.308Z (11 months ago)
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My vim vsnip snippets collection
My snippet collection for [vsnip](https://github.com/hrsh7th/vim-vsnip).
```viml
Plug 'prabirshrestha/asyncomplete.vim'
Plug 'hrsh7th/vim-vsnip'
Plug 'hrsh7th/vim-vsnip-integ'
Plug 'prabirshrestha/vsnip-snippets'
let g:vsnip_snippet_dir = expand('~/.vim/vsnip-snippets/vsnips')
```