neotest-elixir
neotest-elixir copied to clipboard
Git submodule breaking plugin update
Hi there!
This commit: https://github.com/jfpedroza/neotest-elixir/commit/a9b61bb63814525b1eae44f76d89890a9feb095b
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!
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.
https://github.com/jfpedroza/neotest-elixir/assets/12830256/dd4da9a4-da12-4a9f-94e1-8acae207e41c
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!
having same issue
from lazy.nvim's doc, submodules defaults is true
Closing as stale.