feat(checker): checker will now save last check time and only check at configured frequency even after restarting Neovim

This commit is contained in:
Folke Lemaitre 2023-01-18 08:24:43 +01:00
parent 835731f102
commit 813fc944d7
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 59 additions and 3 deletions

View file

@ -136,6 +136,7 @@ M.defaults = {
-- only generate markdown helptags for plugins that dont have docs
skip_if_doc_exists = true,
},
state = vim.fn.stdpath("state") .. "/lazy/state.json", -- state info for checker and other things
debug = false,
}