Files
dotfiles/nvim/lua/plugins/bufferline.lua

12 lines
316 B
Lua

-- 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,
}