.dotfiles/.config/nvim/lua/community.lua

20 lines
507 B
Lua
Raw Normal View History

2024-06-27 19:18:06 +00:00
-- AstroCommunity: import any community modules here
-- We import this file in `lazy_setup.lua` before the `plugins/` folder.
-- This guarantees that the specs are processed before any user plugins.
---@type LazySpec
return {
"AstroNvim/astrocommunity",
{ import = "astrocommunity.pack.lua" },
{ import = "astrocommunity.colorscheme.dracula-nvim" },
{
"Mofiqul/dracula.nvim",
opts = {
transparent_bg = true,
},
},
{ import = "astrocommunity.completion.copilot-lua-cmp" },
}