Skip to content

Instantly share code, notes, and snippets.

@burnettk
Created January 20, 2015 04:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save burnettk/c64cb3787b9156161260 to your computer and use it in GitHub Desktop.
Save burnettk/c64cb3787b9156161260 to your computer and use it in GitHub Desktop.
Get angular-vim-snippets working with vundle
set nocompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'gmarik/Vundle.vim'
Plugin 'MarcWeber/vim-addon-mw-utils'
Plugin 'tomtom/tlib_vim'
Plugin 'garbas/vim-snipmate'
Plugin 'othree/javascript-libraries-syntax.vim'
Plugin 'matthewsimo/angular-vim-snippets'
Plugin 'honza/vim-snippets'
call vundle#end()
filetype plugin indent on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment