We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81943f3 commit eec0485Copy full SHA for eec0485
doc/lazy.nvim.txt
@@ -129,7 +129,7 @@ PLUGIN SPEC *lazy.nvim-plugin-spec*
129
│**commit** │string? │Commit of the repository │
130
│**version** │string? │Version to use from the repository. Full Semver <https://devhints.io/semver> ranges are supported │
131
│**pin** │boolean? │When true, this plugin will not be included in updates │
132
-│**event** │string? or string[] │Lazy-load on event │
+│**event** │string? or string[] │Lazy-load on event. Events can be specified as BufEnter or with a pattern like BufEnter .lua │
133
│**cmd** │string? or string[] │Lazy-load on command │
134
│**ft** │string? or string[] │Lazy-load on filetype │
135
│**keys** │string? or string[] or LazyKeys[] │Lazy-load on key mapping │
0 commit comments