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 ~