notifiy was in the wrong place
This commit is contained in:
parent
3c21d5b8e1
commit
344223afd5
1 changed files with 1 additions and 3 deletions
|
|
@ -638,9 +638,7 @@ local function print_list(cb)
|
||||||
line = line + 1
|
line = line + 1
|
||||||
end
|
end
|
||||||
|
|
||||||
vim.notify(string.format("Installed packages (%s):", #packages), 'info', {
|
print(string.format("Installed packages (%s):", #packages))
|
||||||
title = 'Dep',
|
|
||||||
})
|
|
||||||
indent = 1
|
indent = 1
|
||||||
|
|
||||||
local loaded = {}
|
local loaded = {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue