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"]
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue