From bdd7f0585af060127cb4e99f400df33d7aa3b741 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 25 Dec 2022 13:31:44 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 94a2464..f719100 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -629,9 +629,9 @@ STRUCTURING YOUR PLUGINS *lazy.nvim-structuring-your-plugins* Some users may want to split their plugin specs in multiple files. Instead of passing a spec table to `setup()`, you can use a Lua module. The specs from the -**module** and any **sub-modules** will be merged together in the final spec, -so it is not needed to add `require` calls in your main plugin file to the -other files. +**module** and any top-level **sub-modules** will be merged together in the +final spec, so it is not needed to add `require` calls in your main plugin file +to the other files. The benefits of using this approach: