chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2022-12-21 15:08:40 +00:00
parent c228908ffc
commit 7a57ea28d3
1 changed files with 1 additions and 0 deletions

View File

@ -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 its required somewhere │
LAZY LOADING ~