This repository contains snippets files for AngularJS including JavaScript, HTML, CoffeeScript and HAML.
snippets/*: snippets using snipmate format
UltiSnips/*: snippets using UltiSnips format
git submodule add git@github.com:matthewsimo/angular-vim-snippets.git /path/you/want/it/
- add
./UltiSnip
it do your list ofg:UltiSnipsSnippetDirectories
and your should be set
git submodule add git@github.com:matthewsimo/angular-vim-snippets.git /path/you/want/it/
- add
./snippets
it do your VIM 'runtimepath' or 'rtp'- e.g.
rtp/snippets/<filetype>/*.snippets
- e.g.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request