chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2022-12-23 11:27:29 +00:00
parent d6304f0b42
commit 4cf1f7b26e
1 changed files with 2 additions and 1 deletions

View File

@ -379,7 +379,7 @@ CONFIGURATION *lazy.nvim-configuration*
performance = { performance = {
cache = { cache = {
enabled = true, 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. -- Once one of the following events triggers, caching will be disabled.
-- To cache all modules, set this to `{}`, but that is not recommended. -- To cache all modules, set this to `{}`, but that is not recommended.
-- The default is to disable on: -- The default is to disable on:
@ -642,6 +642,7 @@ PACKER.NVIM <HTTPS://GITHUB.COM/WBTHOMASON/PACKER.NVIM> ~
- `disable=true` `enabled = false` - `disable=true` `enabled = false`
- `tag=''` `version=""` - `tag=''` `version=""`
- `module` is auto-loaded. No need to specify - `module` is auto-loaded. No need to specify
- `keys` spec is |lazy.nvim-different|
PAQ-NVIM <HTTPS://GITHUB.COM/SAVQ/PAQ-NVIM> ~ PAQ-NVIM <HTTPS://GITHUB.COM/SAVQ/PAQ-NVIM> ~