2024-04-14 18:41:15 -07:00
|
|
|
return {
|
|
|
|
{
|
|
|
|
"LazyVim/LazyVim",
|
|
|
|
opts = {
|
2024-09-30 20:58:59 -07:00
|
|
|
{{ if eq .drapeau.colorscheme "rose-pine" -}}
|
|
|
|
colorscheme = "rose-pine-main",
|
|
|
|
{{ else -}}
|
2024-09-30 21:02:13 -07:00
|
|
|
colorscheme = {{ .drapeau.colors.name | quote }},
|
2024-09-30 20:58:59 -07:00
|
|
|
{{ end -}}
|
2024-04-14 18:41:15 -07:00
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|