Skip to content

Commit

Permalink
Include bundles via vundle
Browse files Browse the repository at this point in the history
  • Loading branch information
leifbladt committed Aug 13, 2013
1 parent 8962e92 commit 56efe7e
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions vim/bundle/ack.vim
Submodule ack.vim added at f183a3
1 change: 1 addition & 0 deletions vim/bundle/ctrlp.vim
Submodule ctrlp.vim added at b5d3fe
1 change: 1 addition & 0 deletions vim/bundle/molokai
Submodule molokai added at 7c60f6
1 change: 1 addition & 0 deletions vim/bundle/tabular
Submodule tabular added at 60f256
1 change: 1 addition & 0 deletions vim/bundle/vim-abolish
Submodule vim-abolish added at d64ce0
1 change: 1 addition & 0 deletions vim/bundle/vim-coffee-script
Submodule vim-coffee-script added at 089506
1 change: 1 addition & 0 deletions vim/bundle/vim-commentary
Submodule vim-commentary added at a3ae0d
1 change: 1 addition & 0 deletions vim/bundle/vim-cucumber
Submodule vim-cucumber added at 9e686a
1 change: 1 addition & 0 deletions vim/bundle/vim-fugitive
Submodule vim-fugitive added at 124550
1 change: 1 addition & 0 deletions vim/bundle/vim-rails
Submodule vim-rails added at bdc323
1 change: 1 addition & 0 deletions vim/bundle/vim-rspec-focus
Submodule vim-rspec-focus added at bfa026
11 changes: 11 additions & 0 deletions vim/vimrc
Expand Up @@ -17,6 +17,17 @@ Bundle 'gmarik/vundle'

Bundle 'tpope/vim-dispatch'
Bundle 'thoughtbot/vim-rspec'
Bundle 'tpope/vim-commentary'
Bundle 'tpope/vim-rails'
Bundle 'kien/ctrlp.vim'
Bundle 'tomasr/molokai'
Bundle 'mileszs/ack.vim'
Bundle 'kchmck/vim-coffee-script'
Bundle 'tpope/vim-fugitive'
Bundle 'tpope/vim-cucumber'
Bundle 'tpope/vim-abolish'
Bundle 'unifieddialog/vim-rspec-focus'
Bundle 'godlygeek/tabular'

let g:rspec_command = "Dispatch rspec {spec}"

Expand Down

0 comments on commit 56efe7e

Please sign in to comment.