neotest-elixir icon indicating copy to clipboard operation
neotest-elixir copied to clipboard

Git submodule breaking plugin update

Open cfbender opened this issue 2 years ago • 4 comments

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!

cfbender avatar Aug 28 '23 15:08 cfbender

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

scottming avatar Aug 29 '23 00:08 scottming

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!

cfbender avatar Aug 29 '23 15:08 cfbender

having same issue

Screenshot 2023-09-04 at 13 00 17

hypno2000 avatar Sep 04 '23 09:09 hypno2000

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

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

scottming avatar Sep 04 '23 12:09 scottming

Closing as stale.

jfpedroza avatar Jan 19 '25 01:01 jfpedroza