return { 'A7Lavinraj/fyler.nvim', dependencies = { 'nvim-tree/nvim-web-devicons', }, branch = 'stable', opts = { default_explorer = true, icon_provider = 'nvim_web_devicons', mappings = { ['C-d'] = 'SelectVSplit', ['C-s'] = 'SelectSplit', }, }, keys = { { '-', function() require('fyler').open() end, desc = 'Open Fyler' }, }, cmd = { 'Fyler' }, }