dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit 2f2785641c00939fa5040342aa5b9a716d999095 (patch)
parent 24c08242fa1b4c10560053ca7a0c7249690bb364
Author: Alex Karle <ajkarle@outlook.com>
Date:   Fri, 28 Dec 2018 20:17:59 -0500

vim: Update README installation for submodules

Diffstat:
Mvim/README.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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