notify user that this is a development version

This commit is contained in:
2023-04-29 12:18:06 -04:00
parent 3c21d5b8e1
commit d6460d53ed

View File

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