A vim bundle with snippets for JavaScript developers. It contains snippets for the following tools:
Required bundles:
Install with vundle
Add to vimrc:
Plugin "algotech/ultisnips-javascript"
And install it:
:so ~/.vimrc
:PluginInstall
Install with pathogen
cd ~/.vim/bundle
git clone https://github.com/algotech/ultisnips-javascript.git