Theme Catppuccin: Fixed colorscheme name (#5572)

This commit is contained in:
Joel Corbalan
2026-05-05 18:51:00 +02:00
committed by GitHub
parent a99030e6ed
commit 4dd2542329
+1 -1
View File
@@ -7,7 +7,7 @@ return {
{
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin",
colorscheme = "catppuccin-nvim",
},
},
}