update: use catppuccin

This commit is contained in:
2026-05-24 18:56:39 -04:00
parent 23eed464f9
commit 8cb33fea4d
+10
View File
@@ -0,0 +1,10 @@
return {
{ "catppuccin/nvim" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin",
},
},
}