11 lines
192 B
Cheetah
11 lines
192 B
Cheetah
{{ if eq .drapeau.colors.name "rose-pine" -}}
|
|
return {
|
|
{
|
|
"rose-pine/neovim",
|
|
lazy = true,
|
|
opts = {
|
|
variant = {{ .drapeau.colors.flavor | quote }},
|
|
},
|
|
},
|
|
}
|
|
{{ end -}}
|