From 372bba036f35616b6a17af4b9bef466e281b55f7 Mon Sep 17 00:00:00 2001 From: Uzair Aftab <48220549+Uzaaft@users.noreply.github.com> Date: Wed, 26 Jul 2023 13:44:02 +0200 Subject: [PATCH] fix: Point to v4 compatible branch (#18) * feat: Point to v4-refactor branch instead of stable astrocommunity * chore: Use v4 branch instead of v4-refactor Co-authored-by: Micah Halter * chore: Comment out astrocommunity as default Co-authored-by: Micah Halter * chore: Fix comment --------- Co-authored-by: Micah Halter --- lua/config/lazy.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }),