-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvim_bundles
executable file
·43 lines (40 loc) · 2.52 KB
/
vim_bundles
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
bundle 'snipmate', :git => 'git://github.com/msanders/snipmate.vim.git'
bundle 'nerdtree', :git => 'git://github.com/scrooloose/nerdtree.git'
bundle 'nerdcommenter', :git => 'git://github.com/scrooloose/nerdcommenter'
bundle 'textile', :git => 'git://github.com/timcharper/textile.vim.git'
bundle 'cucumber', :git => 'git://github.com/tpope/vim-cucumber.git'
bundle 'fugitive', :git => 'git://github.com/tpope/vim-fugitive.git'
bundle 'git', :git => 'git://github.com/tpope/vim-git.git'
bundle 'haml', :git => 'git://github.com/tpope/vim-haml.git'
bundle 'markdown', :git => 'git://github.com/tpope/vim-markdown.git'
bundle 'rails', :git => 'git://github.com/tpope/vim-rails.git'
bundle 'repeat', :git => 'git://github.com/tpope/vim-repeat.git'
bundle 'surround', :git => 'git://github.com/tpope/vim-surround.git'
bundle 'align', :git=> 'git://github.com/tsaleh/vim-align.git'
bundle 'shoulda', :git => 'git://github.com/tsaleh/vim-shoulda.git'
bundle 'supertab', :git => 'git://github.com/tsaleh/vim-supertab.git'
bundle 'tcomment', :git => 'git://github.com/tomtom/tcomment_vim.git'
bundle 'ruby', :git => 'git://github.com/vim-ruby/vim-ruby.git'
bundle 'inkpot', :git => 'git://github.com/ciaranm/inkpot'
bundle 'endwise', :git => 'git://github.com/tpope/vim-endwise'
bundle 'jquery', :git => 'git://github.com/vim-scripts/jQuery'
bundle 'ragtag', :git => 'git://github.com/tpope/vim-ragtag'
bundle 'camel-case-motion', :git => 'git://github.com/bkad/CamelCaseMotion'
bundle 'indexed-search', :vim_script_id => 7062
bundle 'json', :vim_script_id => 10853
bundle 'lusty-juggler', :git => 'git://github.com/sjbach/lusty'
bundle 'javascript', :git => 'git://github.com/pangloss/vim-javascript'
bundle 'syntastic', :git => 'git://github.com/scrooloose/syntastic'
bundle 'rdoc', :git => 'git://github.com/depuracao/vim-rdoc'
bundle 'treetop', :git => 'git://github.com/nanki/treetop.vim.git'
bundle 'powerline', :git => 'git://github.com/Lokaltog/vim-powerline.git'
bundle 'match-tag', :git => 'git://github.com/gregsexton/MatchTag.git'
bundle 'ctrlp', :git => 'git://github.com/kien/ctrlp.vim.git'
bundle 'vrackets', :vim_script_id => 16753, :as => :plugin
bundle 'buffergator', :git => 'git://github.com/jeetsukumaran/vim-buffergator.git'
bundle 'coffee-script', :git => 'git://github.com/kchmck/vim-coffee-script.git'
bundle 'jst', :git => 'git://github.com/briancollins/vim-jst.git'
bundle 'bundler', :git => 'git://github.com/tpope/vim-bundler.git'
bundle 'less', :git => 'git://github.com/groenewege/vim-less.git'
use_git_submodules true
vim_bin_path '/usr/local/bin/mvim'