-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvundle.vim
More file actions
47 lines (42 loc) · 1.16 KB
/
vundle.vim
File metadata and controls
47 lines (42 loc) · 1.16 KB
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
47
set nocompatible
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Bundle 'gmarik/vundle'
Bundle 'tjennings/git-grep-vim'
Bundle 'nathanaelkane/vim-indent-guides'
Bundle 'scrooloose/nerdtree'
Bundle 'trailing-whitespace'
Bundle 'kien/ctrlp.vim'
Bundle 'bufexplorer.zip'
Bundle 'bufkill.vim'
Bundle 'upAndDown'
Bundle 'tomtom/tcomment_vim'
Bundle 'nanotech/jellybeans.vim'
Bundle 'sjl/vitality.vim'
Bundle 'wting/rust.vim'
Bundle 'jasoncodes/ctrlp-modified.vim'
Bundle 'elzr/vim-json'
Bundle 'VimClojure'
Bundle 'guns/vim-clojure-static'
Bundle 'vim-scripts/paredit.vim'
Bundle 'tpope/vim-fireplace'
Bundle 'vim-ruby/vim-ruby'
Bundle 'elixir-lang/vim-elixir'
Bundle 'mattreduce/vim-mix'
Bundle 'scrooloose/syntastic'
Bundle 'kana/vim-textobj-user'
Bundle 'nelstrom/vim-textobj-rubyblock'
Bundle 'nelstrom/vim-mac-classic-theme'
Bundle 'tpope/vim-rails'
Bundle 'tpope/vim-haml'
Bundle 'cakebaker/scss-syntax.vim'
Bundle 'kchmck/vim-coffee-script'
Bundle 'airblade/vim-rooter'
Bundle 'tomtom/quickfixsigns_vim'
Bundle 'tapichu/Align'
Bundle 'fugitive.vim'
Bundle 'Lokaltog/vim-powerline'
Bundle 'JuliaLang/julia-vim'
Plugin 'thoughtbot/vim-rspec'
Bundle 'tpope/vim-dispatch'