We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No response
Currently the entire repository is being pulled by plug, which is a lot of overhead if you just want to use it in a minimalistic fashion.
Make use of git clone --depth 1 to only clone the latest commit / checkout.
git clone --depth 1
Cloned with plug, then deleted the folders contents and recloned myself with git clone --depth 1
plug
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
If the feature request is for a plugin or theme, specify it here.
No response
If the feature solves a problem you have, specify it here.
Currently the entire repository is being pulled by plug, which is a lot of overhead if you just want to use it in a minimalistic fashion.
Describe the proposed feature.
Make use of
git clone --depth 1
to only clone the latest commit / checkout.Describe alternatives you've considered
Cloned with
plug
, then deleted the folders contents and recloned myself withgit clone --depth 1
Additional context
No response
Related Issues
No response
The text was updated successfully, but these errors were encountered: