This commit is contained in:
Morten Olsen
2023-08-03 21:43:24 +02:00
parent 4bd2977f90
commit 1801771e16
4 changed files with 41 additions and 8 deletions

View File

@@ -1,11 +1,10 @@
return {
"AstroNvim/astrocommunity",
{ import = "astrocommunity.colorscheme.nightfox", enabled = true },
{
import = "astrocommunity.colorscheme.kanagawa",
},
{
import = "astrocommunity.colorscheme.oxocarbon",
enabled = true,
},
"catppuccin/nvim",
name = "catppuccin",
config = function()
require("catppuccin").setup {}
end,
},
}