Add vim-surround submodule
This commit is contained in:
parent
7ca4cb4c9d
commit
da6b484cb2
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -22,3 +22,6 @@
|
|||
[submodule "bundle/vim-airline"]
|
||||
path = bundle/vim-airline
|
||||
url = https://github.com/bling/vim-airline.git
|
||||
[submodule "bundle/vim-surround"]
|
||||
path = bundle/vim-surround
|
||||
url = https://github.com/tpope/vim-surround.git
|
||||
|
|
1
bundle/vim-surround
Submodule
1
bundle/vim-surround
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 2d05440ad23f97a7874ebd9b5de3a0e65d25d85c
|
Loading…
Reference in a new issue