From 2f2785641c00939fa5040342aa5b9a716d999095 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Fri, 28 Dec 2018 20:17:59 -0500 Subject: [PATCH] vim: Update README installation for submodules --- vim/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/README.md b/vim/README.md index 8989a2e..c289c1e 100644 --- a/vim/README.md +++ b/vim/README.md @@ -11,13 +11,13 @@ repo for greater portability and a cleaner history. Mac/Linux: ```sh -git clone https://github.com/akarle/dotvim ~/.vim +git clone --recurse-submodules https://github.com/akarle/dotvim ~/.vim ``` Windows: ```sh -git clone https://github.com/akarle/dotvim ~\vimfiles +git clone --recurse-submodules https://github.com/akarle/dotvim ~\vimfiles ``` Note that in Vim 7.4 and newer **you don't need to symlink `~/.vim/vimrc` to -- libgit2 0.28.4