mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36: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 = {
|
||||
"fetch",
|
||||
"--recurse-submodules",
|
||||
"--tags", -- also fetch remote tags
|
||||
"--force", -- overwrite existing tags if needed
|
||||
"--progress",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue