diff --git a/lua/lazy_setup.lua b/lua/lazy_setup.lua index cca2306..621de3b 100644 --- a/lua/lazy_setup.lua +++ b/lua/lazy_setup.lua @@ -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" },