From d6460d53ed47a536f98fcb8a6e6d6cf4cb8d97c3 Mon Sep 17 00:00:00 2001 From: Squibid Date: Sat, 29 Apr 2023 12:18:06 -0400 Subject: notify user that this is a development version --- lua/dep.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lua/dep.lua') 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 = {} -- cgit v1.2.1