Use new correct catppuccin-nvim colorscheme

This commit is contained in:
David Heinemeier Hansson
2026-04-22 17:16:00 +02:00
parent 35650a633d
commit a1d5e0c40c
+1 -1
View File
@@ -7,7 +7,7 @@ return {
{
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin",
colorscheme = "catppuccin-nvim",
},
},
}