14 lines
405 B
Lua
14 lines
405 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.colorscheme.tokyonight-nvim' },
|
|
|
|
{ import = 'astrocommunity.pack.lua' },
|
|
{ import = 'astrocommunity.pack.go' },
|
|
}
|