2023-02-28 16:09:58 +00:00
|
|
|
return {
|
2023-06-12 06:51:53 +00:00
|
|
|
-- 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
|
2023-02-28 16:09:58 +00:00
|
|
|
|
2023-06-12 06:51:53 +00:00
|
|
|
{ import = "astrocommunity.colorscheme.catppuccin" },
|
|
|
|
{
|
|
|
|
"catppuccin",
|
|
|
|
opts = {
|
|
|
|
transparent_background = true,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
-- { import = "astrocommunity.completion.copilot-lua-cmp" },
|
2023-02-28 16:09:58 +00:00
|
|
|
}
|