Merge branch 'fix-catppuccin-rename-get'

This commit is contained in:
akioweh 2025-08-27 16:26:52 +04:00
commit bb465db139
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()
opts.highlights = require("catppuccin.groups.integrations.bufferline").get_theme()
end
end,
},