local setup = function() require('lualine').setup({ options = { theme = 'nord' } }) end return { setup = setup }