-- This can be removed once the fix is merged upstream. -- See https://github.com/LazyVim/LazyVim/pull/6354 return { "akinsho/bufferline.nvim", init = function() local bufline = require("catppuccin.groups.integrations.bufferline") function bufline.get() return bufline.get_theme() end end, }