mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
3efb849d73
commit
bdd7f0585a
|
@ -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
|
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
|
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,
|
**module** and any top-level **sub-modules** will be merged together in the
|
||||||
so it is not needed to add `require` calls in your main plugin file to the
|
final spec, so it is not needed to add `require` calls in your main plugin file
|
||||||
other files.
|
to the other files.
|
||||||
|
|
||||||
The benefits of using this approach:
|
The benefits of using this approach:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue