feat: add detailed status messages for updater terminal states

This commit is contained in:
2024-09-24 14:48:30 -04:00
parent 7847ad6b54
commit e5b552bab7
2 changed files with 13 additions and 4 deletions
+1
View File
@@ -2,6 +2,7 @@ local data = require("data")
return { -- Neovim Updater
"rootiest/nvim-updater.nvim",
lazy = false,
opts = {
verbose = false,
check_for_updates = true,