add mini.nvim plugins

This commit is contained in:
Alexander Navarro 2025-04-01 16:48:48 -03:00
parent 93027a59a2
commit 99a4390cfd
8 changed files with 205 additions and 82 deletions

View file

@ -2,16 +2,16 @@ return {
"mikavilpas/yazi.nvim",
keys = {
{
"<leader>e",
"<leader>E",
"<cmd>Yazi<cr>",
desc = "Open yazi at the current file",
},
{
-- Open in the current working directory
"<leader>E",
"<cmd>Yazi cwd<cr>",
desc = "Open the file manager in nvim's working directory",
},
-- {
-- -- Open in the current working directory
-- "<leader>E",
-- "<cmd>Yazi cwd<cr>",
-- desc = "Open the file manager in nvim's working directory",
-- },
},
opts = {
-- if you want to open yazi instead of netrw, see below for more info