You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`[1]`|`string?`| Short plugin url. Will be expanded using `config.git.url_format`|
84
+
|**[1]**|`string?`| Short plugin url. Will be expanded using `config.git.url_format`|
85
85
|**dir**|`string?`| A directory pointing to a local plugin |
86
86
|**url**|`string?`| A custom git url where the plugin is hosted |
87
87
|**name**|`string?`| A custom name for the plugin used for the local plugin directory and as the display name |
@@ -100,7 +100,7 @@ require("lazy").setup({
100
100
|**commit**|`string?`| Commit of the repository |
101
101
|**version**|`string?` or `false` to override the default | Version to use from the repository. Full [Semver](https://devhints.io/semver) ranges are supported |
102
102
|**pin**|`boolean?`| When `true`, this plugin will not be included in updates |
103
-
|`submodules`|`boolean?`| When false, git submodules will not be fetched. Defaults to `true`|
103
+
|**submodules**|`boolean?`| When false, git submodules will not be fetched. Defaults to `true`|
104
104
|**event**|`string?` or `string[]` or `fun(self:LazyPlugin, event:string[]):string[]`| Lazy-load on event. Events can be specified as `BufEnter` or with a pattern like `BufEnter *.lua`|
105
105
|**cmd**|`string?` or `string[]` or `fun(self:LazyPlugin, cmd:string[]):string[]`| Lazy-load on command |
106
106
|**ft**|`string?` or `string[]` or `fun(self:LazyPlugin, ft:string[]):string[]`| Lazy-load on filetype |
0 commit comments