notifiy was in the wrong place

This commit is contained in:
2023-04-29 12:19:13 -04:00
parent 3c21d5b8e1
commit 344223afd5

View File

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