return { { "stevearc/oil.nvim", dependencies = { { "nvim-mini/mini.icons" } }, opts = { use_default_keymaps = false, keymaps = { ["g?"] = { "actions.show_help", mode = "n" }, [""] = "actions.select", [""] = "actions.preview", ["-"] = { "actions.parent", mode = "n" }, ["="] = { "actions.open_cwd", mode = "n" }, ["+"] = { "actions.cd", mode = "n" }, [";"] = { "actions.select", opts = { vertical = true } }, ["-"] = { "actions.select", opts = { horizontal = true } }, ["x"] = "actions.open_external", ["g."] = { "actions.toggle_hidden", mode = "n" }, }, float = { padding = 2, max_width = 0, max_height = 0, border = nil, preview_split = "auto", }, }, lazy = false, keys = { { "o", mode = "n", "Oil", desc = "oil" }, }, }, }