lazyvim catppuccin :money_mouth:

This commit is contained in:
Leafy :3 2025-01-22 12:09:13 +01:00
parent 82255bd99d
commit b0526e875d

View file

@ -0,0 +1,11 @@
return {
-- add catppuccin
{ "catppuccin/nvim" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin-mocha",
},
},
}