mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat(checker): checker will now save last check time and only check at configured frequency even after restarting Neovim
This commit is contained in:
parent
835731f102
commit
813fc944d7
3 changed files with 59 additions and 3 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue