Update .config/nvim/lua/plugins/lualine.lua

This commit is contained in:
punkfairie 2024-08-04 19:50:50 -07:00
parent 4ffb135757
commit 01a2893df3
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -3,7 +3,7 @@ return {
{ {
"nvim-lualine/lualine.nvim", "nvim-lualine/lualine.nvim",
opts = function(_, opts) opts = function(_, opts)
table.insert(opts.options, { theme = {{ .drapeau.colors.name}} }) table.insert(opts.options, { theme = {{ .drapeau.colors.name | quote }} })
end end
}, },
} }