13 lines
219 B
Cheetah
13 lines
219 B
Cheetah
|
{{ if eq .drapeau.colors.name "rose-pine" -}}
|
||
|
local highlights = require("rose-pine.plugins.bufferline")
|
||
|
|
||
|
return {
|
||
|
{
|
||
|
"akinsho/bufferline.nvim",
|
||
|
opts = {
|
||
|
highlights = highlights,
|
||
|
},
|
||
|
},
|
||
|
}
|
||
|
{{ end -}}
|