mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-27 19:24:13 +00:00
feat(git): Plugin.submodules = false
will now skip fetching git submodules
This commit is contained in:
parent
4917222c7e
commit
0d3f2c4042
3 changed files with 15 additions and 4 deletions
|
@ -37,6 +37,7 @@
|
|||
---@field commit? string
|
||||
---@field version? string
|
||||
---@field pin? boolean
|
||||
---@field submodules? boolean Defaults to true
|
||||
|
||||
---@class LazyPluginBase
|
||||
---@field [1] string?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue