add two more vim bundles: rainbow_parentheses and gitgutter
This commit is contained in:
parent
1be3aaa4c4
commit
874faa2616
3 changed files with 8 additions and 0 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -60,3 +60,9 @@
|
||||||
[submodule "vim-files/.vim/bundle/numbers"]
|
[submodule "vim-files/.vim/bundle/numbers"]
|
||||||
path = vim-files/.vim/bundle/numbers
|
path = vim-files/.vim/bundle/numbers
|
||||||
url = https://github.com/myusuf3/numbers.vim.git
|
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
|
||||||
|
|
|
||||||
1
vim-files/.vim/bundle/rainbow_parentheses
Submodule
1
vim-files/.vim/bundle/rainbow_parentheses
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit eb8baa5428bde10ecc1cb14eed1d6e16f5f24695
|
||||||
1
vim-files/.vim/bundle/vim-gitgutter
Submodule
1
vim-files/.vim/bundle/vim-gitgutter
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 13a11f89354ca63b88a64b3bf452f2b9d6dbc716
|
||||||
Loading…
Add table
Add a link
Reference in a new issue