This repository contains advanced snippet files for AngularJS including Javascript and HTML.
It's a fork of matthewsimo/angular-vim-snippets.
git submodule add git@github.com:rummik/vim-ng-snippets.git /path/you/want/it/
- add
./UltiSnip
it do your list ofg:UltiSnipsSnippetDirectories
and you should be set
Place this in your .vimrc
:
Plugin 'rummik/vim-ng-snippets'
… then run the following in Vim:
:source %
:PluginInstall
For Vundle version < 0.10.2, replace Plugin
with Bundle
above.