chore(build): auto-generate docs

This commit is contained in:
github-actions[bot] 2024-06-24 05:13:25 +00:00 committed by Folke Lemaitre
parent d498f81b8c
commit d4c07d062d
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ will be added to the plugins spec.
{
root = vim.fn.stdpath("data") .. "/lazy", -- directory where plugins will be installed
defaults = {
-- If you know what you're doing, you can set this to `true` to have all your plugins lazy-loaded by default.
-- Set this to `true` to have all your plugins lazy-loaded by default.
-- Only do this if you know what you are doing, as it can lead to unexpected behavior.
lazy = false, -- should plugins be lazy-loaded?
-- It's recommended to leave version=false for now, since a lot the plugin that support versioning,