local function cwd() return vim.fn.getcwd() end return { 'nvim-lualine/lualine.nvim', dependencies = { 'nvim-tree/nvim-web-devicons' }, opts = { options = { theme = 'everforest', component_separators = '', section_separators = '', }, sections = { lualine_a = {'mode'}, lualine_b = {'branch', 'diff', 'diagnostics'}, lualine_c = {'filename'}, lualine_x = {cwd, 'filetype'}, lualine_y = {'progress'}, lualine_z = {'location'} }, } }