reset to new lazy and nvim

This commit is contained in:
2025-05-08 22:34:16 -07:00
parent 207cbdbad0
commit afa8d1fd33
5 changed files with 10 additions and 186 deletions

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,
},