feat: replace neotree with yazi
This commit is contained in:
parent
4e3fe9ef9b
commit
e2f9eca9f6
4 changed files with 24 additions and 36 deletions
21
lua/plugins/yazi.lua
Normal file
21
lua/plugins/yazi.lua
Normal 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",
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue