Added vim-go
This commit is contained in:
parent
b91cbf4c72
commit
7de5fde929
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -28,3 +28,6 @@
|
||||||
[submodule "pack/plugins/start/vim-grepper"]
|
[submodule "pack/plugins/start/vim-grepper"]
|
||||||
path = pack/plugins/start/vim-grepper
|
path = pack/plugins/start/vim-grepper
|
||||||
url = https://github.com/mhinz/vim-grepper.git
|
url = https://github.com/mhinz/vim-grepper.git
|
||||||
|
[submodule "pack/plugins/start/vim-go"]
|
||||||
|
path = pack/plugins/start/vim-go
|
||||||
|
url = https://github.com/fatih/vim-go.git
|
||||||
|
|
1
pack/plugins/start/vim-go
Submodule
1
pack/plugins/start/vim-go
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit a61545f09cad6df2e7a4918cbd6981811f612ae9
|
Reference in a new issue