/angular-vim-snippets

repo for UltiSnips & Snipmate for angular to be included as a submodule for use in your .vim directory

OtherNOASSERTION

UltiSnip & Snipmate Snippets for AngularJS

This repository contains snippets files for AngularJS including JavaScript, HTML, CoffeeScript and HAML.

Contents

snippets/*: snippets using snipmate format
UltiSnips/*: snippets using UltiSnips format

Installation

UltiSnip

  • git submodule add git@github.com:matthewsimo/angular-vim-snippets.git /path/you/want/it/
  • add ./UltiSnip it do your list of g:UltiSnipsSnippetDirectories and your should be set

Snipmate

  • 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

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request