dotfiles/dot_config/nvim/lua/plugins/lazyvim.lua.tmpl

13 lines
244 B
Cheetah
Raw Normal View History

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