feat(plugins): add example of using astrocommunity repo

This commit is contained in:
Micah Halter 2023-02-28 11:09:58 -05:00
parent 940fd4b7ab
commit 056945c13b
No known key found for this signature in database
GPG Key ID: 4224A6EA9A8CAAA8
1 changed files with 9 additions and 0 deletions

9
plugins/community.lua Normal file
View File

@ -0,0 +1,9 @@
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" },
-- { import = "astrocommunity.completion.copilot-lua-cmp" },
}