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
+11 -11
View File
@@ -1,13 +1,13 @@
return {
{
"catppuccin/nvim",
name = "catppuccin",
priority = 1000,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin",
},
},
{
"catppuccin/nvim",
name = "catppuccin",
priority = 1000,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin-nvim",
},
},
}