mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +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"),
|
||||
callback = function()
|
||||
if require("lazy.status").has_updates then
|
||||
require("lazy").update({ show = false })
|
||||
require("lazy").update({ show = true })
|
||||
end
|
||||
end,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue