Skip to content

Instantly share code, notes, and snippets.

@agustinvinao
Created July 1, 2013 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agustinvinao/5903363 to your computer and use it in GitHub Desktop.
Save agustinvinao/5903363 to your computer and use it in GitHub Desktop.
include vim
vim::bundle { 'wincent/Command-T': }
vim::bundle { 'scrooloose/nerdtree': }
vim::bundle { 'kchmck/vim-coffee-script': }
vim::bundle { 'altercation/vim-colors-solarized': }
vim::bundle { 'tpope/vim-markdown': }
vim::bundle { 'tpope/vim-rails': }
vim::bundle { 'tpope/vim-vividchalk': }
vim::bundle { 'tpope/vim-surround': }
vim::bundle { 'tpope/vim-commentary': }
vim::bundle { 'godlygeek/tabular': }
vim::bundle { 'tpope/vim-liquid': }
vim::bundle { 'chrishunt/oh-my-zsh': }
vim::bundle { 'juvenn/mustache.vim': }
vim::bundle { 'chriskempson/base16-vim': }
vim::bundle { 'kien/ctrlp.vim': }
vim::bundle { 'epmatsw/ag.vim': }
vim::bundle { 'jelera/vim-javascript-syntax': }
vim::bundle { 'chrishunt/xterm-color-table.vim': }
vim::bundle { 'mattn/gist-vim': }
vim::bundle { 'mattn/webapi-vim': }
vim::bundle { 'tpope/vim-endwise': }
vim::bundle { 'tpope/vim-fugitive': }
vim::bundle { 'puppetlabs/puppet-syntax-vim': }
vim::bundle { 'tpope/vim-repeat': }
vim::bundle { 'tpope/vim-abolish': }
vim::bundle { 'adamlowe/vim-slurper': }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment