Add the vim-gitgutter module
This commit is contained in:
parent
24792cc0f4
commit
7b7846d985
2 changed files with 5 additions and 3 deletions
7
.gitmodules
vendored
7
.gitmodules
vendored
|
|
@ -37,6 +37,9 @@
|
|||
[submodule ".vim/bundle/tagbar"]
|
||||
path = .vim/bundle/tagbar
|
||||
url = https://github.com/majutsushi/tagbar.git
|
||||
[submodule ".vim/vim-multiple-cursors"]
|
||||
path = .vim/vim-multiple-cursors
|
||||
[submodule ".vim/bundle/vim-multiple-cursors"]
|
||||
path = .vim/bundle/vim-multiple-cursors
|
||||
url = https://github.com/terryma/vim-multiple-cursors.git
|
||||
[submodule ".vim/bundle/vim-gitgutter"]
|
||||
path = .vim/bundle/vim-gitgutter
|
||||
url = https://github.com/airblade/vim-gitgutter.git
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit f195ac5e402a1e7d0f75322558da36245dde59d6
|
||||
Loading…
Add table
Add a link
Reference in a new issue