punkfairie
613b985396
Update .config/drapeau/rose-pine-moon.toml Update .config/drapeau/rose-pine.toml Update .config/mpd/mpd.conf Update .config/nvim/lua/plugins/bufferline.lua
11 lines
265 B
Cheetah
11 lines
265 B
Cheetah
{{ if eq .drapeau.colors.name "rose-pine" -}}
|
|
return {
|
|
{
|
|
"akinsho/bufferline.nvim",
|
|
opts = function(_, opts)
|
|
local highlights = require("rose-pine.plugins.bufferline")
|
|
table.insert(opts, { highlights = highlights })
|
|
end,
|
|
},
|
|
}
|
|
{{ end -}}
|