summaryrefslogtreecommitdiffstats
path: root/dot_config/nvim/lua/community.lua
blob: c842899b9fac022c2cabcf95a775b2c880a56787 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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.

---@type LazySpec
return {
  "AstroNvim/astrocommunity",
  { import = "astrocommunity.pack.lua" },
  -- import/override with your plugins folder
}