mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 05:51:04 +00:00
show auto update
This commit is contained in:
parent
3da368438a
commit
40ed3f4ca7
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ vim.api.nvim_create_autocmd("VimEnter", {
|
||||||
group = augroup("autoupdate"),
|
group = augroup("autoupdate"),
|
||||||
callback = function()
|
callback = function()
|
||||||
if require("lazy.status").has_updates then
|
if require("lazy.status").has_updates then
|
||||||
require("lazy").update({ show = false })
|
require("lazy").update({ show = true })
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue