Compare commits

...

1 Commits

Author SHA1 Message Date
d6460d53ed notify user that this is a development version 2023-04-29 12:18:06 -04:00

View File

@ -638,9 +638,8 @@ local function print_list(cb)
line = line + 1
end
vim.notify(string.format("Installed packages (%s):", #packages), 'info', {
title = 'Dep',
})
print("!! Warning you are using the dev branch of dep, expect bugs")
print(string.format("Installed packages (%s):", #packages))
indent = 1
local loaded = {}