diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index f8939bb..9d4bb84 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -379,7 +379,7 @@ CONFIGURATION *lazy.nvim-configuration* performance = { cache = { enabled = true, - path = vim.fn.stdpath("state") .. "/lazy/cache", + path = vim.fn.stdpath("cache") .. "/lazy/cache", -- Once one of the following events triggers, caching will be disabled. -- To cache all modules, set this to `{}`, but that is not recommended. -- The default is to disable on: @@ -642,6 +642,7 @@ PACKER.NVIM ~ - `disable=true` `enabled = false` - `tag=''` `version=""` - `module` is auto-loaded. No need to specify +- `keys` spec is |lazy.nvim-different| PAQ-NVIM ~