astronvim_config/plugins/community.lua
RingOfStorms (Joshua Bell) f5f99e551d initial commit
2023-03-21 13:03:54 -05:00

9 lines
379 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" },
-- { import = "astrocommunity.completion.copilot-lua-cmp" },
}