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 = {
|
||||
"fetch",
|
||||
"--recurse-submodules",
|
||||
"--tags", -- also fetch remote tags
|
||||
"--force", -- overwrite existing tags if needed
|
||||
"--progress",
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue