mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
Moved one line below to keep it consistent
This commit is contained in:
parent
a0cbebc434
commit
c2a1469b4b
2 changed files with 7 additions and 4 deletions
3
.luarc.json
Normal file
3
.luarc.json
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"workspace.checkThirdParty": false
|
||||||
|
}
|
|
@ -67,14 +67,14 @@ M.clone = {
|
||||||
self.plugin.url,
|
self.plugin.url,
|
||||||
}
|
}
|
||||||
|
|
||||||
if self.plugin.shallow ~= false then
|
|
||||||
args[#args+1] = "--depth=1"
|
|
||||||
end
|
|
||||||
|
|
||||||
if Config.options.git.filter then
|
if Config.options.git.filter then
|
||||||
args[#args + 1] = "--filter=blob:none"
|
args[#args + 1] = "--filter=blob:none"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if self.plugin.shallow ~= false then
|
||||||
|
args[#args+1] = "--depth=1"
|
||||||
|
end
|
||||||
|
|
||||||
if self.plugin.submodules ~= false then
|
if self.plugin.submodules ~= false then
|
||||||
args[#args + 1] = "--recurse-submodules"
|
args[#args + 1] = "--recurse-submodules"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue