forked from jhchabran/old-vimfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbundle.vim
34 lines (32 loc) · 833 Bytes
/
bundle.vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
" let Vundle manage Vundle
" required!
Bundle 'gmarik/vundle'
Bundle 'tpope/vim-rails'
Bundle 'tpope/vim-cucumber'
Bundle 'tpope/vim-rake'
Bundle 'mileszs/ack.vim'
Bundle 'pangloss/vim-javascript'
Bundle 'mattn/gist-vim'
Bundle 'brentmc79/vim-rspec'
Bundle 'kchmck/vim-coffee-script'
Bundle 'altercation/vim-colors-solarized'
Bundle 'ZoomWin'
Bundle 'gregsexton/gitv'
Bundle 'tpope/vim-markdown'
Bundle 'godlygeek/tabular'
Bundle 'tpope/vim-fugitive'
Bundle 'UltiSnips'
Bundle 'kien/ctrlp.vim'
Bundle 'vim-scripts/ZoomWin'
Bundle 'tpope/vim-commentary'
Bundle 'vim-scripts/bufkill.vim'
" Colorschemes
Bundle 'guicolorscheme.vim'
Bundle 'moria'
Bundle 'wgibbs/vim-irblack'
Bundle 'jellybeans.vim'
Bundle 'xoria256.vim'
Bundle 'desert256.vim'
Bundle 'ciaranm/inkpot'
Bundle 'jgdavey/vim-railscasts'
Bundle 'tpope/vim-vividchalk'