Update colorscheme.lua

latest change in cattpuccin has a breaking change on the integration method
This commit is contained in:
Stefan Marx 2025-08-22 00:23:35 +02:00 committed by GitHub
parent 25abbf546d
commit 8324a403d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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()
opts.highlights = require("catppuccin.groups.integrations.bufferline").get_theme()
end
end,
},