From dec94b831869f6af2ce683cb21b88c8ee6cfab0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 24 Jun 2024 05:13:13 +0000 Subject: [PATCH] chore(build): auto-generate docs --- README.vim.md | 2 +- doc/lazy.nvim.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.vim.md b/README.vim.md index 2ce5831..496e3db 100644 --- a/README.vim.md +++ b/README.vim.md @@ -428,7 +428,7 @@ with a lazy extension in `lazy`. { 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, diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index e6fda3d..8562034 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -532,7 +532,7 @@ will be added to the plugin’s 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,