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
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,7 @@ require("lazy").setup({
99
99
|**commit**|`string?`| Commit of the repository |
100
100
|**version**|`string?`| Version to use from the repository. Full [Semver](https://devhints.io/semver) ranges are supported |
101
101
|**pin**|`boolean?`| When `true`, this plugin will not be included in updates |
102
+
|`submodules`|`boolean?`| When false, git submodules will not be fetched. Defaults to `true`|
102
103
|**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`|
103
104
|**cmd**|`string?` or `string[]` or `fun(self:LazyPlugin, cmd:string[]):string[]`| Lazy-load on command |
104
105
|**ft**|`string?` or `string[]` or `fun(self:LazyPlugin, ft:string[]):string[]`| Lazy-load on filetype |
0 commit comments