fix(theme): disable catppuccin

This commit is contained in:
Oliver Ladner 2025-08-26 11:53:59 +02:00
commit 841d801c99

View file

@ -3,7 +3,7 @@ return {
name = "catppuccin", name = "catppuccin",
tag = "stable", tag = "stable",
lazy = false, lazy = false,
enabled = true, enabled = false,
priority = 1000, priority = 1000,
opts = {}, opts = {},
config = function() config = function()