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

lazy.nvim updates are breaking #22

Closed
joaomendoncaa opened this issue Feb 10, 2025 · 8 comments
Closed

lazy.nvim updates are breaking #22

joaomendoncaa opened this issue Feb 10, 2025 · 8 comments

Comments

@joaomendoncaa
Copy link

Image

anyone with the same issue? already tried multiple times to rm -rf ~/.local/share/nvim/lazy/ but I seem to be stuck in that tree issue

@thesimonho
Copy link
Owner

could you try uninstalling the plugin using lazy, then manually deleting the plugin from ~/.local/share/nvim/lazy/, and then reinstalling?

@joaomendoncaa
Copy link
Author

could you try uninstalling the plugin using lazy, then manually deleting the plugin from ~/.local/share/nvim/lazy/, and then reinstalling?

that did the trick, appreciate you

@jonestristand
Copy link

Just had this issue as well. Reinstalled the plugin and this occurs again

@thesimonho
Copy link
Owner

did you manually delete the directory before reinstalling?

@jonestristand
Copy link

Yes.

@thesimonho
Copy link
Owner

could you go into the plugin directory (~/.local/share/nvim/lazy/kanagawa-paper) and see what git status says?

@thesimonho thesimonho pinned this issue Feb 15, 2025
@harg
Copy link

harg commented Feb 15, 2025

Same issue on my side, I need to delete the kanawaga-paper folder to be able to update.

Git status :

Image

@thesimonho
Copy link
Owner

so whats happening here is that at some point doc/tags got generated just through the process of using nvim, and the newest updates of the theme has its own tags that are trying to be pulled down

deleting the entire folder is the easiest thing to do as lazy should then just pull down a fresh copy from github

if that doesnt work, you can get git to remove just the untracked tags:

cd ~/.local/share/nvim/lazy/kanagawa-paper
git clean -fd

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

4 participants