summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-12-04 16:40:51 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-12-04 16:45:23 +0900
commit0b9c4e1e74da7dfca932bd97f004d539aa76537f (patch)
treef60a9150edbe405cc243dac3c11074319fd4b22b /.gitmodules
parent248320fa55c75a69a8f479125de68f10ee2311d0 (diff)
downloadfzf-0b9c4e1e74da7dfca932bd97f004d539aa76537f.tar.gz
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.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 0 insertions, 6 deletions
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