From c1f39f997d8ca19c99be828bc1bda2d9617b199f Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Fri, 23 Dec 2022 18:53:40 +0000
Subject: [PATCH] chore(build): auto-generate vimdoc

---
 doc/lazy.nvim.txt | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt
index 09805da..198ea50 100644
--- a/doc/lazy.nvim.txt
+++ b/doc/lazy.nvim.txt
@@ -649,11 +649,12 @@ PACKER.NVIM <HTTPS://GITHUB.COM/WBTHOMASON/PACKER.NVIM> ~
 
 
 With packer `wants`, `requires` and `after` can be used to manage dependencies.
-With most of the lua dependencies this isn’t necessary. They can be installed
-just like normal plugins (even with `lazy=true`) and will be loaded when other
-plugins need them. The `dependencies` key can be used to group those required
-plugins with the one that requires them. The plugins which are added as
-`dependencies` will always be lazy-loaded and loaded when the plugin is loaded.
+With lazy, this isn’t needed for most of the lua dependencies. They can be
+installed just like normal plugins (even with `lazy=true`) and will be loaded
+when other plugins need them. The `dependencies` key can be used to group those
+required plugins with the one that requires them. The plugins which are added
+as `dependencies` will always be lazy-loaded and loaded when the plugin is
+loaded.
 
 PAQ-NVIM <HTTPS://GITHUB.COM/SAVQ/PAQ-NVIM> ~