fixup! lazy: init module

This commit is contained in:
Ching Pei Yang 2024-10-06 22:43:06 +02:00
parent b7a34ad52b
commit 3b7a11cb42
No known key found for this signature in database
GPG key ID: 062FBBCE1D0C5DD9

View file

@ -92,7 +92,7 @@
description = ''
Lua code to run after plugin is loaded. This will be wrapped in a function.
If {opt}`vim.plugins.*.setupModule` is provided, the setup will be ran before `after`.
If [](#opt-vim.lazy.plugins._.setupModule) is provided, the setup will be ran before `after`.
'';
default = null;
};