require("lualine").setup({ options = { theme = "catppuccin", component_separators = { left = "»", right = "«" }, section_separators = "", icons_enabled = true, globalstatus = true, }, sections = { lualine_a = { { "mode", color = { gui = "bold" } }, }, lualine_b = { { "branch" }, { "diff", colored = false }, }, lualine_c = { { "filename", file_status = true }, { "diagnostics" }, }, lualine_x = { { "filetype" }, { "fileformat", icons_enabled = false }, { "encoding" }, }, lualine_y = { { "progress" }, }, lualine_z = { { "location", color = { gui = "bold" } }, }, }, extensions = { "quickfix", "nvim-tree" }, })