Merge branch 'LazyVim:main' into main

This commit is contained in:
Youcef Mezrag 2024-10-25 23:38:21 +01:00 committed by GitHub
commit 43ae7c4e32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -157,7 +157,11 @@ return {
"nvim-lualine/lualine.nvim",
event = "VeryLazy",
opts = function(_, opts)
table.insert(opts.sections.lualine_x, "😄")
table.insert(opts.sections.lualine_x, {
function()
return "😄"
end,
})
end,
},