dotfiles/dot_config/nvim/lua/plugins/lazyvim.lua.tmpl
punkfairie fea7fc04f5
Update .config/nvim/lua/config/lazy.lua
Update .config/nvim/lua/plugins/lazyvim.lua
2024-09-30 21:02:13 -07:00

12 lines
244 B
Cheetah

return {
{
"LazyVim/LazyVim",
opts = {
{{ if eq .drapeau.colorscheme "rose-pine" -}}
colorscheme = "rose-pine-main",
{{ else -}}
colorscheme = {{ .drapeau.colors.name | quote }},
{{ end -}}
},
},
}