feat: replace neotree with yazi

This commit is contained in:
Devin Haska 2025-06-26 14:00:15 -07:00
parent 4e3fe9ef9b
commit e2f9eca9f6
Signed by: wonderfulfrog
SSH key fingerprint: SHA256:ejOGyH9064rJiikox4ykOHLeuUg1f9l8wmJxs+MzNw0
4 changed files with 24 additions and 36 deletions

21
lua/plugins/yazi.lua Normal file
View file

@ -0,0 +1,21 @@
return {
"mikavilpas/yazi.nvim",
event = "VeryLazy",
dependencies = {
"folke/snacks.nvim",
},
opts = {},
keys = {
{
"<Leader>ee",
mode = { "n", "v" },
"<cmd>Yazi cwd<cr>",
desc = "Open yazi at the current working directory",
},
{
"<Leader>er",
"<cmd>Yazi toggle<cr>",
desc = "Resume last yazi session",
},
},
}