From 1a1b69ac3e34f84f0196a49af1e6984ce649c3fd Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Mon, 1 Apr 2024 09:09:55 -0400 Subject: [PATCH] chore: remove unnecessary branches for release --- lua/community.lua | 3 +-- lua/lazy_setup.lua | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lua/community.lua b/lua/community.lua index 72e4abc..c842899 100644 --- a/lua/community.lua +++ b/lua/community.lua @@ -6,8 +6,7 @@ if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE ---@type LazySpec return { - -- TODO: Remove branch v4 on release - { "AstroNvim/astrocommunity", branch = "v4" }, + "AstroNvim/astrocommunity", { import = "astrocommunity.pack.lua" }, -- import/override with your plugins folder } diff --git a/lua/lazy_setup.lua b/lua/lazy_setup.lua index 3e852da..2cec802 100644 --- a/lua/lazy_setup.lua +++ b/lua/lazy_setup.lua @@ -1,7 +1,7 @@ require("lazy").setup({ { "AstroNvim/AstroNvim", - branch = "v4", -- TODO: change `branch="v4"` to `version="^4"` on release + version = "^4", import = "astronvim.plugins", opts = { -- AstroNvim options must be set here with the `import` key mapleader = " ", -- This ensures the leader key must be configured before Lazy is set up