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

17 lines
463 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" },
2024-02-28 01:42:47 +00:00
{
"Mofiqul/dracula.nvim",
opts = {
transparent_bg = true,
},
},
{ import = "astrocommunity.completion.copilot-lua-cmp" },
2024-02-25 17:53:24 +00:00
}