change package updates to a vim.notify

This commit is contained in:
2023-04-29 11:05:04 -04:00
parent 36db96d397
commit b5390dfedb

View File

@ -638,7 +638,9 @@ local function print_list(cb)
line = line + 1
end
print(string.format("Installed packages (%s):", #packages))
vim.notify(string.format("Installed packages (%s):", #packages), 'info', {
title = 'Dep',
})
indent = 1
local loaded = {}