A Neovim Plugin for yazi
Disclaimer: I straight-up copied most of the code in this plugin from lazygit.nvim because I just wanted something working asap. The only reason I didn't fork lazygit.nvim but made a new repository instead was because this is plugin for a completely different purpose (not for using Lazygit). I want to give credits to the author of lazygit.nvim for writing awesome code and thank him for using the MIT licence.
2023-09-20.21-57-48.mp4
{
"DreamMaoMao/yazi.nvim",
dependencies = {
"nvim-telescope/telescope.nvim",
"nvim-lua/plenary.nvim",
},
keys = {
{ "<leader>gy", "<cmd>Yazi<CR>", desc = "Toggle Yazi" },
},
}
:Yazi
or
leader + gy