Vim 配置文件

vacant 7b20c1db15 initial commit 4 gadi atpakaļ
vimfiles 7b20c1db15 initial commit 4 gadi atpakaļ
vimxx 7b20c1db15 initial commit 4 gadi atpakaļ
.gitmodules 7b20c1db15 initial commit 4 gadi atpakaļ
README.md 7b20c1db15 initial commit 4 gadi atpakaļ
vimrc 7b20c1db15 initial commit 4 gadi atpakaļ

README.md

克隆并下载所有子模块

git clone --recurse-submodules

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

git submodule init

git submodule update

或者直接合为一步

git submodule update --init