mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
adding the signify submodule to replace gitgutter as its essentially the
same thing except signify does the popular version control instead of just git
This commit is contained in:
parent
24339a154b
commit
48466b23f9
2 changed files with 4 additions and 3 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -94,6 +94,6 @@
|
|||
[submodule "vim/bundle/vim-expand-region"]
|
||||
path = vim/bundle/vim-expand-region
|
||||
url = https://github.com/terryma/vim-expand-region.git
|
||||
[submodule "vim/bundle/vim-gitgutter"]
|
||||
path = vim/bundle/vim-gitgutter
|
||||
url = https://github.com/airblade/vim-gitgutter.git
|
||||
[submodule "vim/bundle/vim-signify"]
|
||||
path = vim/bundle/vim-signify
|
||||
url = https://github.com/mhinz/vim-signify
|
||||
|
|
1
vim/bundle/vim-signify
Submodule
1
vim/bundle/vim-signify
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 2b05c7fd04b248314841a0238bb81daa881582ee
|
Loading…
Reference in a new issue