mirror of
https://github.com/morten-olsen/astrovim.git
synced 2026-02-08 01:46:27 +01:00
15 lines
417 B
Lua
15 lines
417 B
Lua
return {
|
|
"AstroNvim/astrocommunity",
|
|
{
|
|
"catppuccin/nvim",
|
|
name = "catppuccin",
|
|
config = function()
|
|
require("catppuccin").setup {}
|
|
end,
|
|
opts = { integrations = { rainbow_delimiters = true } },
|
|
},
|
|
{ import = "astrocommunity.colorscheme.oxocarbon-nvim" },
|
|
{ import = "astrocommunity.colorscheme.nightfox-nvim" },
|
|
{ import = "astrocommunity.colorscheme.rose-pine" },
|
|
}
|