-
Notifications
You must be signed in to change notification settings - Fork 1
/
vim_bundles
32 lines (31 loc) · 2.55 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
use_git_submodules true
vimrc_file "vimrc"
bundles_dir "vim/bundle"
bundle "vim-pathogen", :git => "https://github.com/tpope/vim-pathogen.git"
bundle "fugitive", :git => "https://github.com/tpope/vim-fugitive"
bundle "git", :git => "https://github.com/tpope/vim-git.git"
bundle "haml", :git => "https://github.com/tpope/vim-haml.git"
bundle "rails", :git => "https://github.com/tpope/vim-rails.git"
bundle "coffee-script", :git => "https://github.com/kchmck/vim-coffee-script.git"
bundle "ruby", :git => "https://github.com/vim-ruby/vim-ruby.git"
bundle "markdown", :git => "https://github.com/tpope/vim-markdown.git"
bundle "vim-align", :git => "https://github.com/tsaleh/vim-align.git"
bundle "nerdtree", :git => "https://github.com/scrooloose/nerdtree.git"
bundle "surround", :git => "https://github.com/tpope/vim-surround"
bundle "tabular", :git => "https://github.com/godlygeek/tabular.git"
bundle "abolish", :git => "https://github.com/tpope/vim-abolish.git"
bundle "ctrl-p", :git => "https://github.com/kien/ctrlp.vim.git"
bundle "color-sampler-pack", :git => "https://github.com/vim-scripts/Color-Sampler-Pack.git"
bundle "color-irblack", :git => "https://github.com/wgibbs/vim-irblack.git"
bundle "ack", :git => "https://github.com/mileszs/ack.vim.git"
bundle "supertab", :git => "https://github.com/ervandew/supertab.git"
bundle "syntastic", :git => "https://github.com/scrooloose/syntastic.git"
bundle "endwise", :git => "https://github.com/tpope/vim-endwise.git"
bundle "t-comment", :git => "https://github.com/vim-scripts/tComment.git"
bundle 'textobj-user', :git => "https://github.com/kana/vim-textobj-user.git"
bundle 'textobj-rubyblock', :git => "https://github.com/nelstrom/vim-textobj-rubyblock.git"
bundle "textobj-word-column.vim", :git => "https://github.com/coderifous/textobj-word-column.vim.git"
bundle "vim-easymotion", :git => "https://github.com/Lokaltog/vim-easymotion.git"
bundle "vim-powerline", :git => "https://github.com/Lokaltog/vim-powerline.git"
bundle "gundo.vim", :git => "https://github.com/sjl/gundo.vim.git"
bundle "rename.vim", :git => "https://github.com/danro/rename.vim"