mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
3cffb2acef
commit
1f86cb37d1
|
@ -317,6 +317,11 @@ CONFIGURATION *lazy.nvim-configuration*
|
||||||
notify = true, -- get a notification when new updates are found
|
notify = true, -- get a notification when new updates are found
|
||||||
frequency = 3600, -- check for updates every hour
|
frequency = 3600, -- check for updates every hour
|
||||||
},
|
},
|
||||||
|
change_detection = {
|
||||||
|
-- automatically check for config file changes and reload the ui
|
||||||
|
enabled = true,
|
||||||
|
notify = true, -- get a notification when changes are found
|
||||||
|
},
|
||||||
performance = {
|
performance = {
|
||||||
cache = {
|
cache = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
|
|
Loading…
Reference in New Issue