add two more vim bundles: rainbow_parentheses and gitgutter

This commit is contained in:
Haak Saxberg 2014-01-26 03:23:45 -08:00
parent 1be3aaa4c4
commit 874faa2616
3 changed files with 8 additions and 0 deletions

6
.gitmodules vendored
View file

@ -60,3 +60,9 @@
[submodule "vim-files/.vim/bundle/numbers"]
path = vim-files/.vim/bundle/numbers
url = https://github.com/myusuf3/numbers.vim.git
[submodule "vim-files/.vim/bundle/vim-gitgutter"]
path = vim-files/.vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "vim-files/.vim/bundle/rainbow_parentheses"]
path = vim-files/.vim/bundle/rainbow_parentheses
url = https://github.com/kien/rainbow_parentheses.vim.git