add mini.nvim plugins
This commit is contained in:
parent
93027a59a2
commit
99a4390cfd
8 changed files with 205 additions and 82 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue