Update .config/nvim/lua/plugins/lualine.lua
This commit is contained in:
parent
4ffb135757
commit
01a2893df3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ return {
|
|||
{
|
||||
"nvim-lualine/lualine.nvim",
|
||||
opts = function(_, opts)
|
||||
table.insert(opts.options, { theme = {{ .drapeau.colors.name}} })
|
||||
table.insert(opts.options, { theme = {{ .drapeau.colors.name | quote }} })
|
||||
end
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue