AstroVimConfig/plugins/community.lua

10 lines
377 B
Lua
Raw Normal View History

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
2023-04-11 07:17:26 +00:00
{ import = "astrocommunity.colorscheme.catppuccin" },
-- { import = "astrocommunity.completion.copilot-lua-cmp" },
}