notify user that this is a development version
This commit is contained in:
parent
3c21d5b8e1
commit
d6460d53ed
1 changed files with 2 additions and 3 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue