Update installation instructions to reduce download size (4.3MB -> 300KB)

This commit is contained in:
manad777 2016-07-15 22:01:40 -04:00 committed by GitHub
parent ddfa6a8835
commit 2efd9a63a9

View File

@ -152,7 +152,7 @@ You now have pathogen installed and can put syntastic into `~/.vim/bundle` like
this:
```sh
cd ~/.vim/bundle && \
git clone https://github.com/scrooloose/syntastic.git
git clone --depth=1 https://github.com/scrooloose/syntastic.git
```
Quit vim and start it back up to reload it, then type:
```vim