return { -- change lualine { "nvim-lualine/lualine.nvim", event = "VeryLazy", opts = function(_, opts) opts.sections.lualine_b = { { "branch", icon = " " } } end, }, }