My Vim ultisnips

My collection of snipplets for the vim editor. Valid and used with the UltiSnips Vim plugin.

Credits

Angular ultisnips borrowed from John Papa Angular Style Guide.

Usage

Clone this repo on ~/.vim directory:

cd ~/.vim
git clone https://github.com/eemece2/my-vim-ultisnips

Add (or modify if already exist) the following line:

let g:UltiSnipsSnippetDirectories=["UltiSnips", "my-vim-ultisnips"]