.dotfiles/.config/astronvim/lua/user/plugins/community.lua

10 lines
379 B
Lua
Raw Normal View History

2024-02-25 17:53:24 +00:00
return {
-- Add the community repository of plugin specifications
"AstroNvim/astrocommunity",
-- example of importing 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.dracula-nvim" },
-- { import = "astrocommunity.completion.copilot-lua-cmp" },
}