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

10 lines
228 B
Cheetah

{{ if eq .drapeau.colors.name "rose-pine" -}}
return {
{
"nvim-lualine/lualine.nvim",
opts = function(_, opts)
table.insert(opts.options, { theme = {{ .drapeau.colors.name | quote }} })
end
},
}
{{ end -}}