mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
9 lines
208 B
Lua
9 lines
208 B
Lua
return {
|
|
"akinsho/bufferline.nvim",
|
|
init = function()
|
|
local bufline = require("catppuccin.groups.integrations.bufferline")
|
|
function bufline.get()
|
|
return bufline.get_theme()
|
|
end
|
|
end,
|
|
}
|