---@type LazySpec return { { "mikavilpas/yazi.nvim", event = "VeryLazy", keys = { -- 👇 in this section, choose your own keymappings! { -- Open in the current working directory "fM", "Yazi cwd", desc = "Open the file manager in nvim's working directory", }, { -- NOTE: this requires a version of yazi that includes -- https://github.com/sxyazi/yazi/pull/1305 from 2024-07-18 "fm", "Yazi toggle", desc = "Resume the last yazi session", }, }, ---@type YaziConfig opts = { -- if you want to open yazi instead of netrw, see below for more info open_for_directories = false, keymaps = { show_help = "", }, }, }, }