Update astronvim to v4
This commit is contained in:
parent
7b47fb4725
commit
cc39076825
30 changed files with 487 additions and 403 deletions
19
.config/nvim/lua/community.lua
Normal file
19
.config/nvim/lua/community.lua
Normal file
|
@ -0,0 +1,19 @@
|
|||
-- 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" },
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue