mirror of
https://github.com/Hydroxycarbamide/astrovim_user.git
synced 2025-05-04 12:19:08 -04:00
9 lines
379 B
Lua
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" },
|
|
}
|