nvim/lua/community.lua

11 lines
344 B
Lua
Raw Normal View History

2024-07-11 15:32:22 +05:30
-- 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 {
2024-07-15 13:48:37 +05:30
"AstroNvim/astrocommunity",
{ import = "astrocommunity.pack.lua" },
-- import/override with your plugins folder
2024-07-11 15:32:22 +05:30
}