feat(ui): added update checker

This commit is contained in:
Folke Lemaitre 2022-12-05 20:49:23 +01:00
parent 71e4b92fd6
commit 65cd28e613
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
5 changed files with 64 additions and 1 deletions

View file

@ -42,7 +42,7 @@ function M.show(mode)
require("lazy.view.colors").setup()
if M._buf and vim.api.nvim_buf_is_valid(M._buf) then
vim.api.nvim_win_set_cursor(M._win, { 1, 0 })
-- vim.api.nvim_win_set_cursor(M._win, { 1, 0 })
vim.cmd([[do User LazyRender]])
return
end