Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 23, 2022
1 parent d6304f0 commit 4cf1f7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/lazy.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -642,6 +642,7 @@ PACKER.NVIM <HTTPS://GITHUB.COM/WBTHOMASON/PACKER.NVIM> ~
- `disable=true` `enabled = false`
- `tag=''` `version=""`
- `module` is auto-loaded. No need to specify
- `keys` spec is |lazy.nvim-different|


PAQ-NVIM <HTTPS://GITHUB.COM/SAVQ/PAQ-NVIM> ~
Expand Down

0 comments on commit 4cf1f7b

Please sign in to comment.