nvim/lua/plugins/yazi.lua

13 lines
238 B
Lua
Raw Normal View History

2024-10-08 11:38:56 +07:00
return {
"rolv-apneseth/tfm.nvim",
keys = {
{
"-",
function()
require("tfm").open()
end,
desc = "Open the default terminal file manager",
},
},
}