Align Lazygit configuration
This commit is contained in:
8
lazyvim/.config/nvim/lua/plugins/yazi.lua
Normal file
8
lazyvim/.config/nvim/lua/plugins/yazi.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
"mikavilpas/yazi.nvim",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
opts = {},
|
||||
keys = {
|
||||
{ "<leader>e", "<cmd>Yazi<cr>", desc = "Open Yazi" },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user