feat(git): Plugin.submodules = false will now skip fetching git submodules

This commit is contained in:
Folke Lemaitre 2023-02-12 12:56:42 +01:00
commit 0d3f2c4042
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 15 additions and 4 deletions

View file

@ -37,6 +37,7 @@
---@field commit? string
---@field version? string
---@field pin? boolean
---@field submodules? boolean Defaults to true
---@class LazyPluginBase
---@field [1] string?