From e2120c3da1aa4b3a2a88eda7199f1a19b4688ba7 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 2 Apr 2024 10:18:05 -0600 Subject: [PATCH] update AstroCommunity file --- dot_config/nvim/lua/community.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/dot_config/nvim/lua/community.lua b/dot_config/nvim/lua/community.lua index 8fb3657..e5d30a3 100644 --- a/dot_config/nvim/lua/community.lua +++ b/dot_config/nvim/lua/community.lua @@ -1,5 +1,3 @@ -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. -- This guarantees that the specs are processed before any user plugins.