Remove submodules and disable GO15VENDOREXPERIMENT (#430)

Having submodules causes vim-plug or other vim plugin managers to clone
them with no real benefit to the end-users. There's currently no
compelling reason for me to use submodules.
This commit is contained in:
Junegunn Choi
2015-12-04 16:40:51 +09:00
parent 248320fa55
commit 0b9c4e1e74
4 changed files with 4 additions and 12 deletions

6
.gitmodules vendored
View File

@@ -1,6 +0,0 @@
[submodule "src/vendor/github.com/junegunn/go-shellwords"]
path = src/vendor/github.com/junegunn/go-shellwords
url = https://github.com/junegunn/go-shellwords.git
[submodule "src/vendor/github.com/junegunn/go-runewidth"]
path = src/vendor/github.com/junegunn/go-runewidth
url = https://github.com/junegunn/go-runewidth.git