-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbundle.vim
29 lines (27 loc) · 931 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
NeoBundleFetch 'Shougo/neobundle.vim'
NeoBundle 'Shougo/vimproc', { 'build' : { 'mac' : 'make -f make_mac.mak' } }
NeoBundle 'Shougo/unite.vim'
NeoBundle 'bling/vim-airline'
NeoBundle 'Shougo/vimshell.vim'
NeoBundle 'tpope/vim-surround'
NeoBundle 'scrooloose/nerdtree'
NeoBundle 'Raimondi/delimitMate'
NeoBundle 'scrooloose/nerdcommenter'
NeoBundle 'tpope/vim-sensible'
NeoBundle 'vim-scripts/a.vim'
NeoBundle 'tpope/vim-rails'
NeoBundle 'mileszs/ack.vim'
NeoBundle 'kien/rainbow_parentheses.vim'
NeoBundle 'morhetz/gruvbox'
NeoBundle 'tpope/vim-fugitive'
NeoBundle 'kana/vim-textobj-user'
NeoBundle 'nelstrom/vim-textobj-rubyblock'
NeoBundle 'SirVer/ultisnips'
NeoBundle 'honza/vim-snippets'
NeoBundle 'terryma/vim-multiple-cursors'
" Language Bundles
NeoBundle 'elixir-lang/vim-elixir'
NeoBundle 'leafo/moonscript-vim'
NeoBundle 'kchmck/vim-coffee-script'
NeoBundle 'slim-template/vim-slim'
NeoBundle 'guns/vim-clojure-static'