aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua/dep.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/lua/dep.lua b/lua/dep.lua
index 386e739..b4bce62 100644
--- a/lua/dep.lua
+++ b/lua/dep.lua
@@ -638,9 +638,7 @@ local function print_list(cb)
line = line + 1
end
- vim.notify(string.format("Installed packages (%s):", #packages), 'info', {
- title = 'Dep',
- })
+ print(string.format("Installed packages (%s):", #packages))
indent = 1
local loaded = {}