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

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

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')
```