diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index e2f2589..c398dc6 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -129,7 +129,7 @@ PLUGIN SPEC *lazy.nvim-plugin-spec* │**commit** │string? │Commit of the repository │ │**version** │string? │Version to use from the repository. Full Semver ranges are supported │ │**pin** │boolean? │When true, this plugin will not be included in updates │ -│**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 │ │**cmd** │string? or string[] │Lazy-load on command │ │**ft** │string? or string[] │Lazy-load on filetype │ │**keys** │string? or string[] or LazyKeys[] │Lazy-load on key mapping │