Skip to content

Commit

Permalink
feat: notify the user when everything is in-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Aug 29, 2023
1 parent 06d9b60 commit 9165529
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/rocks/operations.lua
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ operations.sync = function(user_rocks)
nio.gather(actions)
else
split:unmount()
vim.notify("Everything is in-sync!")
end
end)
end
Expand Down

0 comments on commit 9165529

Please sign in to comment.