mirror of
https://github.com/morten-olsen/astrovim.git
synced 2026-02-08 01:46:27 +01:00
11 lines
180 B
Lua
11 lines
180 B
Lua
return {
|
|
"AstroNvim/astrocommunity",
|
|
{
|
|
"catppuccin/nvim",
|
|
name = "catppuccin",
|
|
config = function()
|
|
require("catppuccin").setup {}
|
|
end,
|
|
},
|
|
}
|