AstroVimConfig/plugins/community.lua

16 lines
441 B
Lua

return {
-- Add the community repository of plugin specifications
"AstroNvim/astrocommunity",
-- example of imporing a plugin, comment out to use it or add your own
-- available plugins can be found at https://github.com/AstroNvim/astrocommunity
{ import = "astrocommunity.colorscheme.catppuccin" },
{
"catppuccin",
opts = {
transparent_background = true,
}
}
-- { import = "astrocommunity.completion.copilot-lua-cmp" },
}