return { { "stevearc/oil.nvim", cmd = "Oil", opts = {}, dependencies = { "nvim-tree/nvim-web-devicons" }, }, { "mikavilpas/yazi.nvim", event = "VeryLazy", opts = { floating_window_scaling_factor = 0.5, -- the transparency of the yazi floating window (0-100). See :h winblend yazi_floating_window_winblend = 25, keymaps = { open_file_in_vertical_split = "J", open_file_in_horizontal_split = "K", open_file_in_tab = "L", }, }, keys = { { "fm", "Yazi", desc = "Open yazi at the current file", }, { "fM", "Yazi cwd", desc = "Open the file manager in nvim's working directory", }, { "fy", "Yazi toggle", desc = "Resume the last yazi session", }, }, }, }