feat: Point to v4-refactor branch instead of stable astrocommunity

This commit is contained in:
Uzair Aftab 2023-07-26 11:22:12 +02:00 committed by Uzair Aftab
parent ac5dc3ac00
commit 68d35d429a
1 changed files with 2 additions and 1 deletions

View File

@ -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-refactor on release
{ "AstroNvim/astrocommunity", branch = "v4-refactor" },
-- { import = "astrocommunity.pack.lua" },
{ import = "plugins" }, -- import/override with your plugins
}),