Skip to content

Commit

Permalink
fix: clear up language in update notification for AstroNvim
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Apr 29, 2024
1 parent 598bd8d commit 8ca570a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astronvim/plugins/_astrocore.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ return {
vim.schedule(
function()
require("astrocore").notify(
"Stable plugin versions may have been updated\nRun `:Lazy update` again to get these updates.",
"Pinned versions of core plugins may have been updated\nRun `:Lazy update` again to get these updates.",
vim.log.levels.WARN
)
end
Expand Down

0 comments on commit 8ca570a

Please sign in to comment.