From 0b9c4e1e74da7dfca932bd97f004d539aa76537f Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 4 Dec 2015 16:40:51 +0900 Subject: 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. --- .gitmodules | 6 ------ 1 file changed, 6 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index c9f17b49..e69de29b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 -- cgit v1.2.3