diff --git a/faq.md b/faq.md index caabd91..7ab7b14 100644 --- a/faq.md +++ b/faq.md @@ -199,7 +199,7 @@ Apparently the git option `--depth 1` requires SSL on the remote Git server. It **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).**