Vim 配置文件

vacant 7b20c1db15 initial commit %!s(int64=4) %!d(string=hai) anos
vimfiles 7b20c1db15 initial commit %!s(int64=4) %!d(string=hai) anos
vimxx 7b20c1db15 initial commit %!s(int64=4) %!d(string=hai) anos
.gitmodules 7b20c1db15 initial commit %!s(int64=4) %!d(string=hai) anos
README.md 7b20c1db15 initial commit %!s(int64=4) %!d(string=hai) anos
vimrc 7b20c1db15 initial commit %!s(int64=4) %!d(string=hai) anos

README.md

克隆并下载所有子模块

git clone --recurse-submodules

克隆主仓库后继续下载子模块

git submodule init

git submodule update

或者直接合为一步

git submodule update --init