aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-04-29 11:05:04 -0400
committerSquibid <me@zacharyscheiman.com>2023-04-29 11:05:04 -0400
commitb5390dfedb7fa178d7ab716c8004a028ba70ceb6 (patch)
tree48a17d1e7dec3dd50764be95ae67664e8c2d3781 /lua
parent36db96d3976135a02483461971fe5c1a5fe32276 (diff)
downloaddep-b5390dfedb7fa178d7ab716c8004a028ba70ceb6.tar.gz
dep-b5390dfedb7fa178d7ab716c8004a028ba70ceb6.tar.bz2
dep-b5390dfedb7fa178d7ab716c8004a028ba70ceb6.zip
change package updates to a vim.notify
Diffstat (limited to '')
-rw-r--r--lua/dep.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/lua/dep.lua b/lua/dep.lua
index 5f17e69..d21bfd2 100644
--- a/lua/dep.lua
+++ b/lua/dep.lua
@@ -638,7 +638,9 @@ local function print_list(cb)
line = line + 1
end
- print(string.format("Installed packages (%s):", #packages))
+ vim.notify(string.format("Installed packages (%s):", #packages), 'info', {
+ title = 'Dep',
+ })
indent = 1
local loaded = {}