-- File explorer that lets you edit your filesystem like a normal Neovim buffer. -- https://github.com/stevearc/oil.nvim return { 'stevearc/oil.nvim', event = 'VeryLazy', opts = {}, dependencies = { 'nvim-tree/nvim-web-devicons' }, }