-
Notifications
You must be signed in to change notification settings - Fork 88
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
bug: updating with lazy.nvim does not work #237
Comments
I have the same issue. |
Not sure how this could have happened, as I use a CI script to keep the tags file in sync with the help docs. Regardless, I've decided to put That said, that will prevent this sort of issue moving forward, but your current install will still refuse to update. You need to go to the repo (by default installed in If you think that the repo doesn't have any changes, then you are looking in the wrong place. If you can't find the repo, you can always mark aerial as disabled in lazy, then clean (which removes the repo and deletes the lockfile entry), then re-enable it. |
Thanks, works great again! |
Came to this late but thanks for fixing. @stevearc - might be worth pinning this solution to the issues tab as a lot of users may experience this and be unable to update without your workaround above |
Neovim version (nvim -v)
v0.9.0-dev-1326+g7c8c15507
Operating system/version
MacOS 13.0.1
Output of :AerialInfo
Aerial Info
Filetype:
Configured backends:
treesitter (not supported) [No treesitter parser for ]
lsp (not supported) [No LSP client found]
markdown (not supported) [Filetype is not markdown]
man (not supported) [Filetype is not man]
Show symbols: Class, Constructor, Enum, Function, Interface, Module, Method, Struct
Describe the bug
Lazy prompts to update, when updating, it fails because of changes to doc/tags.
Double checked that there are no local changes.
Steps To Reproduce
Expected Behavior
Update successfully
Minimal example file
n/a
Minimal init.lua
Additional context
No response
The text was updated successfully, but these errors were encountered: