Updated faq (markdown)

Junegunn Choi 2015-09-02 01:09:27 +09:00
parent ae327bd49b
commit 09c64d3f9d

2
faq.md

@ -199,7 +199,7 @@ Apparently the git option `--depth 1` requires SSL on the remote Git server. It
**Disable Shallow Cloning** **Disable Shallow Cloning**
Add `let g:plug_shallow = 0` before the `plug#end` call. Add `let g:plug_shallow = 0` to your .vimrc.
**Mirror the repository on a Git server with https (i.e. Github or BitBucket).** **Mirror the repository on a Git server with https (i.e. Github or BitBucket).**