Skip to content
New issue

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

Clone only latest plugin commit #129

Closed
freckhard opened this issue Apr 16, 2023 · 0 comments · Fixed by #130
Closed

Clone only latest plugin commit #129

freckhard opened this issue Apr 16, 2023 · 0 comments · Fixed by #130

Comments

@freckhard
Copy link

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 with git clone --depth 1

Additional context

No response

Related Issues

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant