return { "nvim-lualine/lualine.nvim", dependencies = { "nvim-tree/nvim-web-devicons", "folke/noice.nvim", "folke/tokyonight.nvim" }, event = { "VeryLazy" }, config = true, opts = { options = { theme = "tokyonight", component_separators = "|", section_separators = { left = "", right = "" }, globalstatus = true, }, sections = { lualine_a = { { "mode", separator = { left = "" }, right_padding = 2 } }, lualine_b = { "filename", { "branch", icon = "󰊢" }, "diff" }, lualine_c = { "diagnostics" }, lualine_x = { "filetype", "fileformat", "encoding" }, lualine_y = { "progress" }, lualine_z = { "selectioncount", { "location", separator = { right = "" }, left_padding = 2 } }, }, tabline = {}, winbar = {}, extensions = { "aerial", "fzf", "lazy", "neo-tree", "toggleterm", "trouble" }, }, }