From 4dd25423291f89be0f7823685c3af00b4d3bd4bf Mon Sep 17 00:00:00 2001 From: Joel Corbalan Date: Tue, 5 May 2026 13:51:00 -0300 Subject: [PATCH] Theme Catppuccin: Fixed colorscheme name (#5572) --- themes/catppuccin/neovim.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/catppuccin/neovim.lua b/themes/catppuccin/neovim.lua index f22267d6..f0d503f9 100644 --- a/themes/catppuccin/neovim.lua +++ b/themes/catppuccin/neovim.lua @@ -7,7 +7,7 @@ return { { "LazyVim/LazyVim", opts = { - colorscheme = "catppuccin", + colorscheme = "catppuccin-nvim", }, }, }