diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 6560d84..0c4d5b5 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -18,7 +18,8 @@ if USE_STABLE then table.insert(spec, { import = "astronvim.lazy_snapshot" }) en require("lazy").setup { spec = vim.list_extend(spec, { -- AstroCommunity import any community modules here - -- { "AstroNvim/astrocommunity" }, + -- TODO: Remove branch v4 on release + -- { "AstroNvim/astrocommunity", branch = "v4" }, -- { import = "astrocommunity.pack.lua" }, { import = "plugins" }, -- import/override with your plugins }),