forked from jasoncodes/vimfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvundle.vim
46 lines (42 loc) · 1.18 KB
/
vundle.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
35
36
37
38
39
40
41
42
43
44
45
46
set nocompatible
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
" Bundle 'mehner/cvim'
Bundle 'gmarik/vundle'
" Bundle 'mileszs/ack.vim'
Bundle 'bufexplorer.zip'
Bundle 'nathanaelkane/Command-T'
Bundle 'scrooloose/nerdtree'
" Bundle 'bufkill.vim'
" Bundle 'nathanaelkane/vim-command-w'
Bundle 'nathanaelkane/vim-indent-guides'
" Bundle 'airblade/vim-rooter'
" Bundle 'ciaranm/detectindent'
" Bundle 'tpope/vim-rails'
" Bundle 'tpope/vim-cucumber'
" Bundle 'tpope/vim-repeat'
" Bundle 'tpope/vim-surround'
Bundle 'bronson/vim-trailing-whitespace'
" Bundle 'upAndDown'
" Bundle 'tpope/vim-haml'
" Bundle 'kchmck/vim-coffee-script'
" Bundle 'scrooloose/syntastic'
" Bundle 'dterei/VimBookmarking'
" Bundle 'tapichu/Align'
" Bundle 'Lokaltog/vim-easymotion'
" Bundle 'tomtom/tcomment_vim'
" Bundle 'SudoEdit.vim'
" Bundle 'sjl/gundo.vim'
" Bundle 'tpope/vim-fugitive'
" Bundle 'tpope/vim-rake'
" Bundle 'ervandew/supertab'
" Bundle 'kana/vim-textobj-user'
" Bundle 'nelstrom/vim-textobj-rubyblock'
" Bundle 'danro/rename.vim'
" Bundle 'sickill/vim-pasta'
" Bundle 'Lokaltog/vim-powerline'
Bundle 'nanotech/jellybeans.vim'
" Bundle 'bclear'
" Bundle 'rdark'
" Bundle 'nelstrom/vim-mac-classic-theme'