-- English comments only. local ok, lualine = pcall(require, "lualine") if not ok then return end lualine.setup({ options = { theme = "tokyonight", icons_enabled = true, section_separators = { left = "", right = "" }, component_separators = { left = "", right = "" }, globalstatus = true, }, })