Checker functionality is non-functional #1999
Unanswered
maverick1872
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Updated my configuration within the past couple weeks to enable a weekly plugin update checker to help me stay on-top of updates better. Realized today that it hadn't seemed to give any notifications. Digging into this a little bit it appears that Lazy isn't generating and writing a state file within the
state/nvim/lazy
directory.To further prove this I explicitly set the state configuration object, updated the frequency to 10s, then manually invoked a check to see if it would exist. Unfortunately no dice still.
To take it to the extreme I took the following steps and yet still the file is not being written to.
Lazy Setup Configuration
Latest git commit updating my lazy initialization approach
Configuration I used (uncommitted) for testing the absence of the
state.json
Any inputs/suggestions would be much appreciated.
P.S. It might be worth adding something to the health check to ensure the state file is present/writable?
Beta Was this translation helpful? Give feedback.
All reactions