-- [nfnl] Compiled from ./fnl/plugins/oil.fnl by https://github.com/Olical/nfnl, do not edit. local function _1_() return require("oil").setup({columns = {"size", "icon"}, keymaps = {[""] = "actions.select_split", [""] = "actions.refresh", [""] = "actions.preview", [""] = "actions.select_vsplit", [""] = "actions.select_tab", [""] = "actions.select", J = "actions.parent", K = "actions.select", Q = "actions.close", _ = "actions.open_cwd", ["`"] = "actions.cd", ["g."] = "actions.toggle_hidden", ["g?"] = "actions.show_help", ["g\\"] = "actions.toggle_trash", gs = "actions.change_sort", gx = "actions.open_external", ["~"] = "actions.tcd"}, default_file_explorer = false, use_default_keymaps = false}) end local function _2_() return vim.cmd(("Oil " .. vim.fn.getcwd())) end return {"oil.nvim", after = _1_, cmd = "Oil", keys = {{"bf", _2_, desc = "Open oil in current working directory", mode = "n"}, {"be", vim.cmd.Oil, desc = "Open oil in current file directory", mode = "n"}}}