Open
Conversation
I'm new to lazy.nvim, and I really like it so far! Thank you for an amazing project. I noticed that nvim kept printing the following every time I opened it, and I couldn't understand why. ``` # Plugin Updates - **lazy.nvim** - **nvim-web-devicons** - **nvim-tree.lua** Press ENTER or type command to continue ``` Gemini helped me figure out they are available updates and I figured I could try to make this amazing project even better
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
First of all, thank you for lazy.nvim! It is fast and intuitive, and makes using nvim so much more enjoyable. And the code was easy to read as well.
I'm still new to lazy.nvim and I noticed that it kept printing the following every time I opened nvim, and I couldn't understand why.
Gemini helped me figure out that these are plugins with available updates, and I thought I could try to make this amazing project even better.
Changes:
# Updates Available(or your preferred choice) to clarify the state of the plugins.Run :Lazy update to updateto provide a clear, actionable next step for the user.Related Issue(s)
None (UX improvement)