mirror of
https://github.com/cap153/nvim.git
synced 2025-12-26 19:25:01 +08:00
13 lines
270 B
Lua
13 lines
270 B
Lua
-- ===
|
|
-- === explorer tree 文件列表
|
|
-- ===
|
|
|
|
return {
|
|
"mikavilpas/yazi.nvim", -- 使用yazi替代joshuto和ranger,仍然使用fm-nvim来启动lazygit
|
|
event = "VeryLazy",
|
|
keys = {
|
|
{ "tt", "<cmd>Yazi<CR>", desc = "Toggle Yazi" },
|
|
},
|
|
config = function()
|
|
end
|
|
}
|