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

Git submodule breaking plugin update #28

Open
cfbender opened this issue Aug 28, 2023 · 4 comments
Open

Git submodule breaking plugin update #28

cfbender opened this issue Aug 28, 2023 · 4 comments

Comments

@cfbender
Copy link

Hi there!

This commit: a9b61bb
broke the plugin updating automatically for me, as the submodule was not getting updated correctly by git. I fixed it manually by going into ~/.local/share/nvim/lazy/neotest-elixir and running git submodule update iex-unit, which seems to have set everything straight. Is there any other way to reference that submodule in a way that won't break installs?

Thanks!

@scottming
Copy link
Collaborator

May I ask if you are using the latest version of Lazy? It works very well on my computer.
Perhaps you can try cleaning and then retrying the update.

ok.mov

@cfbender
Copy link
Author

I am on Lazy 10.3.0 which seems to be the latest. That is very interesting though. do you have submodule.recurse true in your global git config? I am happy to close this though if it's not an issue for most as I've already worked around it personally!

@hypno2000
Copy link

hypno2000 commented Sep 4, 2023

having same issue

Screenshot 2023-09-04 at 13 00 17

@scottming
Copy link
Collaborator

from lazy.nvim's doc, submodules defaults is true

CleanShot 2023-09-04 at 20 46 32@2x

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

No branches or pull requests

3 participants