mirror of
https://github.com/junegunn/fzf.git
synced 2025-12-29 23:47:01 +08:00
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:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user