Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Apr 27, 2024
1 parent 6c17812 commit 1501540
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lua/dotvim/pkgs/base/plugins/mason.lua
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ return {
end
end
end
if #outdated_packages == 0 then
vim.notify("All packages are up to date", vim.log.levels.INFO, {
title = "mason.nvim",
render = "compact",
})
end
end

local do_setup = coroutine.wrap(function()
Expand Down

0 comments on commit 1501540

Please sign in to comment.