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 { return {
{ {
"catppuccin/nvim", "catppuccin/nvim",
name = "catppuccin", name = "catppuccin",
priority = 1000, priority = 1000,
}, },
{ {
"LazyVim/LazyVim", "LazyVim/LazyVim",
opts = { opts = {
colorscheme = "catppuccin", colorscheme = "catppuccin-nvim",
}, },
}, },
} }