return { dir = '~/.config/nvim/lua/plugins/local/rooter.lua', name = 'rooter', config = function() require('rooter').setup { greeting = 'Loaded via lazy.nvim!', } end, }