Make sure use Vim >= 8.1.1719 or Neovim >= 0.4.0.
Install nodejs >= 16.18.0:
git submodule update --init --recursive
bash install.sh
git submodule update --remote --merge
git submodule add <remote_repo> pack/vendor/start/<repo_name>
- 在
.gitmodules
文件中删除相关的条目 - 在
.git/config
文件中删除相关的条目。 - 运行
git rm --cached path/to/submodule
(不带尾部的斜杠) - 提交这些更改并删除未跟踪的 Submodule 文件。
for i in $(ls pack/vendor/start); do
vim -u NONE -c "helptags pack/vendor/start/$i/doc" -c q;
done