From 916552939f838e3d7eaa5eaae0ee004a18d242a9 Mon Sep 17 00:00:00 2001 From: vhyrro Date: Tue, 29 Aug 2023 21:32:13 +0200 Subject: [PATCH] feat: notify the user when everything is in-sync --- lua/rocks/operations.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/rocks/operations.lua b/lua/rocks/operations.lua index 3184650c..532c406f 100644 --- a/lua/rocks/operations.lua +++ b/lua/rocks/operations.lua @@ -158,6 +158,7 @@ operations.sync = function(user_rocks) nio.gather(actions) else split:unmount() + vim.notify("Everything is in-sync!") end end) end