From 7a57ea28d30698abed15f22f71f34dfb4dc36c88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 21 Dec 2022 15:08:40 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 436b037..e472482 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -130,6 +130,7 @@ PLUGIN SPEC *lazy.nvim-plugin-spec* │**cmd** │string? or string[] │Lazy-load on command │ │**ft** │string? or string[] │Lazy-load on filetype │ │**keys** │string? or string[] │Lazy-load on key mapping │ +│**module** │false? │Do not automatically load this lua module when it’s required somewhere │ LAZY LOADING ~