aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/dep.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/lua/dep.lua b/lua/dep.lua
index 386e739..11802c8 100644
--- a/lua/dep.lua
+++ b/lua/dep.lua
@@ -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 = {}