diff --git a/lua/cosmic/utils.lua b/lua/cosmic/utils.lua index ab4823f..b6efb0c 100644 --- a/lua/cosmic/utils.lua +++ b/lua/cosmic/utils.lua @@ -83,6 +83,11 @@ function M.update() command = 'git', args = { 'pull', '--ff-only' }, cwd = path, + on_start = function() + vim.notify('Updating...', vim.log.levels.INFO, { + title = 'CosmicNvim', + }) + end, on_exit = function() if vim.tbl_isempty(errors) then vim.notify(