dotfiles/mac/.config/nvim/lua/community.lua
SindreKjelsrud c014c6cd6e
Add mac-dotfiles
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
2024-11-30 21:58:32 +01:00

10 lines
347 B
Lua

-- 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
}