fix(catppuccin): follow-up on api change

This commit is contained in:
robin 2025-09-23 22:18:15 +02:00
parent 8a76098461
commit 1199b83be6
No known key found for this signature in database

View file

@ -58,7 +58,7 @@ return {
optional = true,
opts = function(_, opts)
if (vim.g.colors_name or ""):find("catppuccin") then
opts.highlights = require("catppuccin.groups.integrations.bufferline").get_theme()
opts.highlights = require("catppuccin.special.bufferline").get_theme()
end
end,
},