return { "nvim-lualine/lualine.nvim", dependencies = { "nvim-tree/nvim-web-devicons" }, config = function() require("lualine").setup({ options = { theme = "tokyonight", -- Use the same theme as your colorscheme section_separators = { left = "", right = "" }, component_separators = { left = "", right = "" }, }, }) end, }