diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2015-12-04 16:40:51 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2015-12-04 16:45:23 +0900 |
| commit | 0b9c4e1e74da7dfca932bd97f004d539aa76537f (patch) | |
| tree | f60a9150edbe405cc243dac3c11074319fd4b22b /.gitmodules | |
| parent | 248320fa55c75a69a8f479125de68f10ee2311d0 (diff) | |
| download | fzf-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-- | .gitmodules | 6 |
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 |
