mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 13:26:45 +00:00
fix(fetch): always fetch latest origin tags. Fixes #264
This commit is contained in:
parent
3711176164
commit
a9de5910f2
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue