fix(catppuccin): apply bufferline api change

This commit is contained in:
Thomas Becker 2025-08-25 10:18:10 +02:00
parent 25abbf546d
commit 10c0b7798c

View file

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