feat(AstroNvim): add new `update_notification` option with description

main
Micah Halter 2024-04-18 11:02:04 -04:00
parent a703cdbe01
commit 60a8ea9057
No known key found for this signature in database
GPG Key ID: 4224A6EA9A8CAAA8
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ require("lazy").setup({
maplocalleader = ",", -- This ensures the localleader key must be configured before Lazy is set up
icons_enabled = true, -- Set to false to disable icons (if no Nerd Font is available)
pin_plugins = nil, -- Default will pin plugins when tracking `version` of AstroNvim, set to true/false to override
update_notifications = true, -- Enable/disable notification about running `:Lazy update` twice to update pinned plugins
},
},
{ import = "community" },