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

https://github.com/iryukizo/snippets

Vim snippets collection.
https://github.com/iryukizo/snippets

c golang snippets vim

Last synced: 9 months ago
JSON representation

Vim snippets collection.

Awesome Lists containing this project

README

          

# My Snippets
-------------
### About
This is a collection of snippets for personnal use.

It is meant to be used with [**UltiSnips**](https://github.com/SirVer/ultisnips), not SnipMates.

Documentation will come.

------------------------
### Installation
snippets follows the standard runtime path structure, it can be installed with plugin-managers.
- Pathogen
- `git clone https://github.com/iryukizo/snippets ~/.vim/bundle/snippets`
- Vundle
- `Plugin 'iryukizo/snippets'`
- Vim-plug
- `Plug 'iryukizo/snippets'`
--------------------