From 344223afd55a93cea65501d223886c648ee9c054 Mon Sep 17 00:00:00 2001
From: Squibid <me@zacharyscheiman.com>
Date: Sat, 29 Apr 2023 12:19:13 -0400
Subject: notifiy was in the wrong place

---
 lua/dep.lua | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'lua')

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 = {}
-- 
cgit v1.2.1