Vim 配置文件

vacant c5d2bf935e 添加子模块 il y a 4 ans
vimfiles c5d2bf935e 添加子模块 il y a 4 ans
vimxx 7b20c1db15 initial commit il y a 4 ans
.gitmodules c5d2bf935e 添加子模块 il y a 4 ans
README.md 7b20c1db15 initial commit il y a 4 ans
vimrc 7b20c1db15 initial commit il y a 4 ans

README.md

克隆并下载所有子模块

git clone --recurse-submodules

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

git submodule init

git submodule update

或者直接合为一步

git submodule update --init