return { { "mikavilpas/yazi.nvim", event = "VeryLazy", keys = { { ".", function() require("yazi").yazi() end, desc = "Open the file manager", }, }, opts = { open_for_directories = true, }, config = function(opts) require('yazi').setup(opts) end, } }