Skip to content

Commit eec0485

Browse files
chore(build): auto-generate vimdoc
1 parent 81943f3 commit eec0485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/lazy.nvim.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ PLUGIN SPEC *lazy.nvim-plugin-spec*
129129
│**commit** │string? │Commit of the repository │
130130
│**version** │string? │Version to use from the repository. Full Semver <https://devhints.io/semver> ranges are supported │
131131
│**pin** │boolean? │When true, this plugin will not be included in updates │
132-
│**event** │string? or string[] │Lazy-load on event
132+
│**event** │string? or string[] │Lazy-load on event. Events can be specified as BufEnter or with a pattern like BufEnter .lua
133133
│**cmd** │string? or string[] │Lazy-load on command │
134134
│**ft** │string? or string[] │Lazy-load on filetype │
135135
│**keys** │string? or string[] or LazyKeys[] │Lazy-load on key mapping │

0 commit comments

Comments
 (0)