From 87f423a90fc87360c0dcead1c6f9b5057180cf33 Mon Sep 17 00:00:00 2001 From: john-okeefe Date: Thu, 11 Apr 2024 11:36:27 -0400 Subject: [PATCH] updated to current template --- lua/community.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lua/community.lua b/lua/community.lua index 3c453e3..2d33fa6 100644 --- a/lua/community.lua +++ b/lua/community.lua @@ -1,4 +1,4 @@ --- if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE +if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE -- AstroCommunity: import any community modules here -- We import this file in `lazy_setup.lua` before the `plugins/` folder. @@ -6,8 +6,7 @@ ---@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 { import = "astrocommunity.colorscheme.tokyonight-nvim" },