mirror of https://github.com/folke/lazy.nvim.git
fix(fetch): always fetch latest origin tags. Fixes #264
This commit is contained in:
parent
3711176164
commit
a9de5910f2
|
@ -115,6 +115,8 @@ M.fetch = {
|
||||||
local args = {
|
local args = {
|
||||||
"fetch",
|
"fetch",
|
||||||
"--recurse-submodules",
|
"--recurse-submodules",
|
||||||
|
"--tags", -- also fetch remote tags
|
||||||
|
"--force", -- overwrite existing tags if needed
|
||||||
"--progress",
|
"--progress",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue